Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azedo/raindrop-io-github-starred-repos
Add all of your starred repos to raindrop.io
https://github.com/azedo/raindrop-io-github-starred-repos
Last synced: 3 months ago
JSON representation
Add all of your starred repos to raindrop.io
- Host: GitHub
- URL: https://github.com/azedo/raindrop-io-github-starred-repos
- Owner: azedo
- Created: 2021-06-05T23:38:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T00:16:33.000Z (over 3 years ago)
- Last Synced: 2024-08-01T21:59:27.609Z (6 months ago)
- Language: JavaScript
- Size: 370 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- project-awesome - azedo/raindrop-io-github-starred-repos - Add all of your starred repos to raindrop.io (JavaScript)
README
# Add your github starred repos to raindrop.io as bookmarks
This script will automatically add all of your starred github repos (the ones you starred from other people) into raindrop.io as bookmarks.
## What you need to do?
1. Copy and rename the `.env.example` to `.env`;
2. Generate a personal token for github and add it to the `.env` file ;
3. Generate an authentication token in the raindrop.io app:
1. Go to -> ;
2. Then click `+ Create a new app` under the `For Developers` section;
3. Now, click on the name of your fresh generated app and then click in `Create test token`;
4. Finally copy this `test token` in the `.env` file;
4. Follow the steps described in the `index.js` starting at line `166`;