Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhishek-nigam/raindrop-backup-bookmarks
- Owner: abhishek-nigam
- Created: 2020-10-19T12:46:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T00:12:45.000Z (over 1 year ago)
- Last Synced: 2024-08-08T00:43:50.848Z (4 months ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - abhishek-nigam/raindrop-backup-bookmarks - A simple tool I use to backup my bookmarks from Raindrop.io service (Python)
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/)