TeamHG-Memex / autologin

A project to attempt to automatically login to a website given a single seed
Apache License 2.0
123 stars 44 forks source link

Splash support #8

Closed lopuhin closed 8 years ago

lopuhin commented 8 years ago

Splash is used for finding login form and logging in if splash_url is passed as an argument to the http API.

I checked that Tor and phpbb3 now work. The only interesting bit is the splash script, especially errors handling - perhaps there is a better way?

Also, I've moved some requirements to requirements.txt with the idea that setup.py contains only libs required to use it as a library (I think this was the original idea in master).