This script will automatically add all of your starred github repos (the ones you starred from other people) into raindrop.io as bookmarks.
- Copy and rename the
.env.example
to.env
; - Generate a personal token for github and add it to the
.env
file https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token; - Generate an authentication token in the raindrop.io app:
- Go to -> https://app.raindrop.io/settings/integrations;
- Then click
+ Create a new app
under theFor Developers
section; - Now, click on the name of your fresh generated app and then click in
Create test token
; - Finally copy this
test token
in the.env
file;
- Follow the steps described in the
index.js
starting at line166
;