-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move away from mechanize #11
Comments
Found MechanicalSoup, which uses the aforementioned Requests library underneath in addition to BeautifulSoup for parsing of HTML. Commit faaf605 is the first attempt to integrate it, in lieu of the original mechanize library. |
Some alternative for Python 3? Mechanize only works on 2.x |
I think the aforementioned MechanicalSoup may be the way forward. urllib and requests are too low-level. |
Getting mechanize on Python 3 is the literally the only ticket they have open right now: python-mechanize/mechanize#9 But judging from the maintainers it sounds like getting it fully Py3-compatible will take quite a bit of work. |
FWIW the python3 port was just now finished in mechanize master. |
Woohoo! Can finally make these scripts fully Python 3. In my spare time, of course... |
The
mechanize
library used in this package has not been updated in over four years. Problems are cropping up that are not likely to be fixed soon, if ever.Possible alternatives:
The text was updated successfully, but these errors were encountered: