No description
  • Python 99.2%
  • Shell 0.3%
  • Perl 0.3%
  • Batchfile 0.1%
Find a file
Mathieu Jourdan 79d1bcfea6 gdfsuez-dolcevita.fr website
Signed-off-by: Mathieu Jourdan <mathieu.jourdan@gresille.org>
Signed-off-by: Romain Bignon <romain@symlink.me>
2013-05-14 10:39:03 +02:00
contrib boobot: Faster timeouts 2013-05-14 10:39:03 +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 Weboob 0.f released 2013-03-26 18:30:57 +01:00
modules gdfsuez-dolcevita.fr website 2013-05-14 10:39:03 +02:00
scripts new application qcookboob, in progress 2013-03-18 11:16:06 +01:00
tools Allow complete paths for script 2013-05-14 10:39:03 +02:00
weboob Allow overriding delay and tries in decorated function arguments 2013-05-14 10:39:03 +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 new contributors 2013-04-27 11:55:25 +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 fix typo and wordwrap 2013-03-30 14:47:54 +01:00
MANIFEST.in fix included path 2012-03-16 15:03:06 +01:00
README It's module, not backend 2013-03-25 11:10:38 +01:00
release.sh Also change VERSION if there is no space before 2013-03-27 20:10:01 +01:00
setup.cfg More robust currency guessing 2013-02-05 16:32:17 +01:00
setup.py rename Makefile -> build.mk to avoid spurious build attempts 2013-04-25 12:56:42 +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 are both videos
providers: Weboob defines the “ICapVideo” capability.

Each module interfaces a website and implements one or many of these
capabilities. modules can be configured, which means that the end-user can
provide personal information to access the underlaying website (login/password
for example).

Applications offer the ability to the end-user to work with many modules in
parallel, in a multi-threaded way. For example, one could search a video on
many providers websites. Applications are toolkit-agnostic. They can use Gtk,
Qt or text-only, more adapted to reuse data through pipes.

The core library provides base classes which help the developer to write
modules and applications.

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


Bash completion
---------------

To enable bash completion, just source the tools/weboob_bash_completion
file from your ~/.bash_completion file (which is sourced by /etc/bash_completion).