Python web automation?

dllll

Registered Member
Joined
Jun 20, 2014
Messages
89
Reaction score
43
So i just learned the basics of python and apparently i have to install some other stuff so i can create some bots to automate the web browser but i looked everywhere and there is so many choices i dont know which one to choose.
Which ones do you recommend to create some advance stuff and easy to use,
selenium
Ghost.py
Twill
Beautiful Soup
Scrapy
Requests
Splinter
Mechanize
 
Last edited:
Hi
I use Python and ...
Mechanize + Beautiful Soup = for simple bot (no javascript ...etc)
Selenium + Beautiful Soup = full browser bot (chromedriver)
 
Python & CasperJS for full browser capabilities without having to actually launch one.
 
Back
Top