Simple command line tool to export your saved links from reddit.
- Gather reddit API credentials
- Go to https://www.reddit.com/prefs/apps and login to your reddit account
- Click 'create new app' or 'create another app' button
- Name your app (any name is fine) and select
Script
type. Put anything in the description, about url, and redirect url fields - Click
create app
and make note of theclient_id
(right below app name and personal use script) and thesecret_id
- Open
src/index.js
and fill in yourclient_id
,secret_id
,username
, andpassword
variables near the top of the file
- Install dependencies
- Run
npm install
- Run
- Run the script!
- execute
node src/index.js
- execute
You should now have a comma separated file (csv) of all of your saved posts