Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhishek-nigam/raindrop-backup-bookmarks

A simple tool I use to backup my bookmarks from Raindrop.io service
https://github.com/abhishek-nigam/raindrop-backup-bookmarks

Last synced: 17 days ago
JSON representation

A simple tool I use to backup my bookmarks from Raindrop.io service

Awesome Lists containing this project

README

        

# Script for backing up bookmarks stored in [Raindrop.io](https://raindrop.io/)

This uses [Raindrop.io API](https://developer.raindrop.io/)



It uses PostgreSQL for backup.


It is developed in Python 3.8.3. Refer to [requirements.txt](./requirements.txt) for Python package dependencies.



Entrypoint is [run.py](./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

### Development

Want to contribute? Great! Fork me!

### License

MIT

### Say Hi

[Email: [email protected]](mailto://[email protected])

[LinkedIn](https://www.linkedin.com/in/iabhishek25/)