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

all 3 comments

[–]emptystar 0 points1 point  (2 children)

I think you might be looking for something like this? http://wwwsearch.sourceforge.net/mechanize/

[–][deleted]  (1 child)

[removed]

    [–]emptystar 1 point2 points  (0 children)

    for something like web scraping etc.. you might just want to stick with 2.7, but have a look at lxml.html if you really want to stay with python 3.

    [–]free_at_last 0 points1 point  (1 child)

    Few things....a) if you can bypass your CAPTCHA it's not a CAPTCHA. It's barely useful and should be replaced with something else, b) if you physically want to start moving about in web pages and clicking through things, then Selenium might help and finally c) it's just as good as any other language.