No description
  • Python 99.2%
  • Shell 0.3%
  • Perl 0.3%
  • Batchfile 0.1%
Find a file
2013-07-09 09:53:21 +02:00
contrib boobot: Rewrite any kind of space (newline, tab) 2013-07-04 00:13:34 +02:00
desktop .desktop for qcookboob and qcineoob 2013-03-26 11:14:39 +01:00
docs Fix missing bumps to 0.g 2013-03-27 20:10:01 +01:00
icons bigger mic for booblyrics icon 2013-03-26 11:14:39 +01:00
man add manpages for new applications 2013-05-20 21:29:39 +02:00
modules Missing file 2013-07-09 09:50:17 +02:00
scripts Fix copyright year 2013-07-04 20:50:03 +02:00
tools No deps by default on local install 2013-06-27 14:09:39 +02:00
weboob Do not flush twice 2013-07-09 09:53:21 +02:00
.gitignore Fix local_run with empty localconfig 2013-03-25 11:10:38 +01:00
.mailmap Add the .mailmap to group identities of authors 2013-03-13 20:42:21 +01:00
AUTHORS Introduce Juliette Stehlé 2013-07-06 19:17:18 +02:00
build.mk rename Makefile -> build.mk to avoid spurious build attempts 2013-04-25 12:56:42 +02:00
ChangeLog Weboob 0.f released 2013-03-26 18:30:57 +01:00
COPYING change license to AGPLv3+ 2011-04-08 12:48:07 +02:00
INSTALL Better README/INSTALL 2013-06-26 23:20:52 +02:00
MANIFEST.in fix included path 2012-03-16 15:03:06 +01:00
README Better README/INSTALL 2013-06-26 23:20:52 +02:00
release.sh add new generated manpages in the git stage 2013-05-20 21:33:02 +02:00
setup.cfg More robust currency guessing 2013-02-05 16:32:17 +01:00
setup.py Workaround Debian compatibily layer 2013-06-27 14:53:36 +02:00

Weboob is a project which provides a core library, modules and applications.

Overview
--------

The core library defines capabilities: features common to various websites.
For example, http://www.youtube.com/ and http://www.dailymotion.com/ both
provide videos; Weboob defines the "ICapVideo" capability for them.

Each module interfaces with a website and implements one or many of these
capabilities. Modules can be configured (becoming a "backend"), which means
that the end-user can provide personal information to access the underlying
website, like a login and password.

Applications allow the end-user to work with many modules in parallel,
in a multi-threaded way. For example, one could search a video on
many websites at once. Applications are toolkit-agnostic. They can use GTK+,
Qt or be text-only. The latter can be used either in an interactive way
or in pipes.

The core library provides base classes which help developers write
modules and applications.

Weboob is written in Python and is distributed under the AGPLv3+ license.


For more information, please go to the official website at http://weboob.org/

Installation is described on the website or in the INSTALL file.