https://github.com/davenicoll/hackernews-to-raindrop
Gets your upvoted posts from Hacker News and imports them to raindrop.io
https://github.com/davenicoll/hackernews-to-raindrop
bookmark hackernews import python python3 raindrop raindrop-io sync ycombinator ycombinator-hacker-news
Last synced: 10 months ago
JSON representation
Gets your upvoted posts from Hacker News and imports them to raindrop.io
- Host: GitHub
- URL: https://github.com/davenicoll/hackernews-to-raindrop
- Owner: davenicoll
- Created: 2021-01-11T22:04:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T03:27:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T06:41:23.593Z (about 1 year ago)
- Topics: bookmark, hackernews, import, python, python3, raindrop, raindrop-io, sync, ycombinator, ycombinator-hacker-news
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 25
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Import Hacker News upvoted posts to raindrop.io
Hacker News doesn't have an API, and mobile apps usually implement their own post saving/bookmarking mechanism. For convenience, I decided to sync posts which I upvote to my raindrop.io account.

## Getting Started
Install required dependencies
```
pip install -r requirements.txt
```
Then add your raindrop API token and collection ID to `import-hackernews-to-raindrop.py`
```
RAINDROP_API_TOKEN="your-token-goes-here"
RAINDROP_COLLECTION_ID="your-collection-id-goes-here"
```
Finally, run `import-hackernews-to-raindrop.py`
```
python3 import-hackernews-to-raindrop.py your-hackernews-username your-hackernews-password
```
Voila!