Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mechanize for Python 3.x

is there any way how to use Mechanize with Python 3.x?

Or is there any substitute which works in Python 3.x?

I've been searching for hours, but I didn't find anything :(

I'm looking for way how to login to the site with Python, but the site uses javascript.

Thanks in advance,

Adam.

like image 212
Meph Avatar asked Nov 21 '10 09:11

Meph


1 Answers

lxml.html provides form handling facilities and supports Python 3.

like image 187
lunaryorn Avatar answered Oct 06 '22 22:10

lunaryorn