We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Script the Web with Weboob

Formal Metadata

Title
Script the Web with Weboob
Subtitle
Yes we can use the Web outside of Browsers
Title of Series
Number of Parts
611
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language
Production Year2017

Content Metadata

Subject Area
Genre
Abstract
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.