Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codepope/mastrain
A Mastodon to Raindrop exporter
https://github.com/codepope/mastrain
mastodon raindrop-io
Last synced: 20 days ago
JSON representation
A Mastodon to Raindrop exporter
- Host: GitHub
- URL: https://github.com/codepope/mastrain
- Owner: codepope
- Created: 2023-05-15T20:50:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-16T20:21:38.000Z (over 1 year ago)
- Last Synced: 2024-11-14T02:36:58.387Z (3 months ago)
- Topics: mastodon, raindrop-io
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mastrain
Extracts Mastodon bookmarks and puts them into the unsorted folder in Raindrop.
Automatically eliminates bookmarks that are already copied over.
Create a .env file with credentials - you'll need app credentials for Mastodon and an app token for Raindrop.
```
MASTODON_SERVER="https://mastodon.org.uk"
MASTODON_CLIENT_ID=""
MASTODON_CLIENT_SECRET=""
MASTODON_APP_TOKEN=""
RAINDROP_SERVER="https://api.raindrop.io/rest/v1/"
RAINDROP_APP_TOKEN=""
```Run from source with:
`go run .`
Or download a binary from the releases. You still need to make a .env file.