Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`;