27 lines
446 B
ReStructuredText
27 lines
446 B
ReStructuredText
============
|
|
Wallabag API
|
|
============
|
|
|
|
Python API for Wallabagap
|
|
|
|
Requirements :
|
|
==============
|
|
* Flask == 0.10.1
|
|
* requests == 2.5.0
|
|
|
|
|
|
Installation:
|
|
=============
|
|
to get the project, from your virtualenv, do :
|
|
|
|
.. code:: python
|
|
|
|
git clone https://github.com/foxmask/wallabag-api/
|
|
|
|
TODO :
|
|
======
|
|
|
|
Wait the final release of http://v2.wallabag.org to be able to use the REST API completly
|
|
this final release should be able to provide a token
|
|
|