Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ludovic LANGE
weboob
Commits
a5989d14
Commit
a5989d14
authored
Apr 07, 2018
by
Phyks (Lucas Verney)
Committed by
Romain Bignon
Apr 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[repo] Move README file to a README.md file rendered by Gitlab, with extra links to doc
parent
66480454
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
6 deletions
+23
-6
README.md
README.md
+23
-6
No files found.
README
→
README
.md
View file @
a5989d14
Weboob
======
Weboob is a project which provides a core library, modules and applications.
Overview
--------
## 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 "CapVideo" capability for them.
For example,
[
Youtube
](
http://www.youtube.com/
)
and
[
Dailymotion
](
http://www.dailymotion.com/
)
both provide videos; Weboob defines
the
`CapVideo`
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
...
...
@@ -21,9 +25,22 @@ or in pipes.
The core library provides base classes which help developers write
modules and applications.
## Installation
Installation is described on
[
the website
](
http://weboob.org
)
or in the
[
INSTALL
](
INSTALL
)
file.
## License
Weboob is written in Python and is distributed under the AGPLv3+ license.
## Documentation
For more information, please go to
[
the official website
](
http://weboob.org/
)
.
For more information, please go to the official website at http://weboob.org/
Some extra info is available in the
[
Gitlab
wiki](https://git.weboob.org/weboob/devel/wikis/home).
Installation is described on the website or in the INSTALL file.
If you are a developper and looking for how to write a module or contribute to
Weboob, you can have a look at the
[
developper documentation
](
http://dev.weboob.org/
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment