Skip to content
README.md 1.52 KiB
Newer Older
Woob is a project which provides a core library, modules and applications.
Christophe Benz's avatar
Christophe Benz committed

Christophe Benz's avatar
Christophe Benz committed

Laurent Bachelier's avatar
Laurent Bachelier committed
The core library defines capabilities: features common to various websites.
For example, [Youtube](http://www.youtube.com/) and
[Dailymotion](http://www.dailymotion.com/) both provide videos; Woob defines
Laurent Bachelier's avatar
Laurent Bachelier committed

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.
Christophe Benz's avatar
Christophe Benz committed

Installation is described on [the website](https://woob.tech) or in the
Woob is written in Python and is distributed under the LGPLv3+ license.
Christophe Benz's avatar
Christophe Benz committed

For more information, please go to [the official website](https://woob.tech/).
Christophe Benz's avatar
Christophe Benz committed

Roger Philibert's avatar
Roger Philibert committed
wiki](https://gitlab.com/woob/woob/wikis/home).
Christophe Benz's avatar
Christophe Benz committed

If you are a developper and looking for how to write a module or contribute to
Woob, you can have a look at the [developper documentation](https://dev.woob.tech/).