1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
External Resources
==================
External libraries
------------------
* Requests (HTTP layer): http://docs.python-requests.org/en/master/
* BeautifulSoup (HTML parsing and manipulation):
https://www.crummy.com/software/BeautifulSoup/bs4/doc/
MechanicalSoup on the web
-------------------------
* `MechanicalSoup tag on stackoverflow
<https://stackoverflow.com/questions/tagged/mechanicalsoup>`__
* `MechanicalSoup on Gitter
<https://gitter.im/MechanicalSoup/Lobby>`__
* News archive:
* `opensource.com blog <https://opensource.com/resources/python/web-scraper-crawler>`__
* `Hacker News post <https://news.ycombinator.com/item?id=8012103>`__
* `Reddit
discussion <https://www.reddit.com/r/programming/comments/2aa13s/mechanicalsoup_a_python_library_for_automating/>`__
Projects using MechanicalSoup
-----------------------------
These projects use MechanicalSoup for web scraping. You may want to
look at their source code for real-life examples.
* `Chamilo Tools <https://gitlab.com/chamilotools/chamilotools>`__
* `gmusicapi <https://github.com/simon-weber/gmusicapi>`__: an unofficial API
for Google Play Music
* `PatZilla <https://github.com/ip-tools/ip-navigator>`__: Patent information
research for humans
* *TODO: Add your favorite tool here ...*
|