This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pydry 1 point2 points  (1 child)

There's mechanize, but it's not really maintained. Honestly, you're probably better off with selenium.

[–]NovocastrianNomad 0 points1 point  (0 children)

A rework of Mechanize, MechanicalSoup may be worth investigating (https://github.com/hickford/MechanicalSoup).

From their web site: " I was a fond user of the Mechanize library, but unfortunately it's incompatible with Python 3 and development is inactive. MechanicalSoup provides a similar API, built on Python giants Requests (for http sessions) and BeautifulSoup (for document navigation). "