Script for backing up bookmarks stored in Raindrop.io
This uses Raindrop.io API
It uses PostgreSQL for backup.
It is developed in Python 3.8.3. Refer to requirements.txt for Python package dependencies.
Entrypoint is run.py file. Available command line args can be found by python run.py --help
It requires the following config values to be set in environement variables or available via .env file in project root directory:
- RAINDROP_IO_TOKEN
- POSTGRES_USERNAME
- POSTGRES_PASSWORD
- POSTGRES_HOST
- POSTGRES_PORT
Want to contribute? Great! Fork me!
MIT