koreader-sync
koreader-sync copied to clipboard
Quick and dirty implementation of the KOReader position sync server for self-hosting at home :)
koreader-sync
Description
Quick and dirty implementation of the KOReader (https://github.com/koreader/koreader) sync service. I found stock implementation (https://github.com/koreader/koreader-sync-server) too heavy for my personal needs.
Dependencies
- Flask : http://flask.pocoo.org/
- pyOpenSSL: https://pyopenssl.org/en/stable/api.html
Install and run
> pip install flask-restful
> pip install pyopenssl
> python3 koreader-flask.py --help
Modify according to your needs
Do whatever you want to