No description
  • Python 99.2%
  • Shell 0.3%
  • Perl 0.3%
  • Batchfile 0.1%
Find a file
2013-03-26 18:30:57 +01:00
contrib try/except import are now handled by flake8 2.0+ / pyflakes 0.6+ 2013-03-19 19:10:20 +01:00
desktop .desktop for qcookboob and qcineoob 2013-03-26 11:14:39 +01:00
docs Easy spacing fixes, trailing stuff 2013-03-16 00:54:55 +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 [qcineoob] checkbox to show thumbnail in search 2013-03-26 16:22:00 +01:00
scripts new application qcookboob, in progress 2013-03-18 11:16:06 +01:00
tools Fix local_run with empty localconfig 2013-03-25 11:10:38 +01:00
weboob [qcineoob] speedup, do not fillobj(thumbnail) if notavailable 2013-03-26 16:54:34 +01: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 Update authors 2013-03-19 19:05:11 +01: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 More formatting 2013-03-25 11:10:38 +01:00
Makefile qcookboob in setup and makefile 2013-03-18 11:16:06 +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 Fix regexp to rewrite versions 2013-03-26 18:29:55 +01:00
setup.cfg More robust currency guessing 2013-02-05 16:32:17 +01:00
setup.py Clean up and add requirements 2013-03-25 11:10:38 +01: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).