This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
0.13.0
In celebration program :
- New service Integration
-
Wallabag. "a 'read it later' opensource project". Yes you read well : WALLABAG !
Thus now, we are able to store any web page to our own wallabag account, or better to our own wallabag instance (when we can host wallabag on one of our own server ). That way we can stop using Pocket, as wallabag can replace with all the pros you can imagine ;)
This adds a toy to the list of keys ring : Twitter, Evernote, RSS, Readability, Pocket, Trello, Pelican.
Technically, I made the python API for wallabag, and so I could make the service integration smoothly ;)
-
- Installation
- I invite you to come and read the small QuickStart guide, which could be summarize by this commands :
pyvenv myhomy
cd myhomy
pip install django_th
cd django_th
python manage.py migrate
- in case you already have installed the project, just do
pip install -U django_th
python manage.py migrate