Weboob is a python framework for web scraping, providing command-line toolsand GUI applications. It supports several types of websites, from videocollections to bug trackers, online banking or parcel tracking.
The framework handles many types of website _capabilities_ through variousmodules. The command-line tools allows scripting easily with several_formaters_ (JSON, CSV...), but we can also use it as a python framework.
Writing modules to support more websites is also very easy with the newBrowser2 API. |