Merge pull request #186 from marclave/master

Added the mechanize library
This commit is contained in:
Vinta 2014-08-09 00:58:47 +08:00
commit d7a6530378

View File

@ -554,6 +554,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [feedparser](http://pythonhosted.org/feedparser/) - Universal feed parser. * [feedparser](http://pythonhosted.org/feedparser/) - Universal feed parser.
* [RoboBrowser](https://github.com/jmcarp/robobrowser) - A simple, Pythonic library for browsing the web without a standalone web browser. * [RoboBrowser](https://github.com/jmcarp/robobrowser) - A simple, Pythonic library for browsing the web without a standalone web browser.
* [MechanicalSoup](https://github.com/hickford/MechanicalSoup) - A Python library for automating interaction with websites. * [MechanicalSoup](https://github.com/hickford/MechanicalSoup) - A Python library for automating interaction with websites.
* [mechanize](http://wwwsearch.sourceforge.net/mechanize/) - Stateful programmatic web browsing.
## Web Content Extracting ## Web Content Extracting