Skip to content

KyleGrande/reddit-saved-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit Saved Post & Comments Downloader (CSV)

In case you decide you don't wanna use reddit anymore.

Step-by-Step

In your terminal:

git clone https://github.com/KyleGrande/reddit-saved-downloader.git

MAC:

virtualenv .venv && source .venv/bin/activate && pip install -r requirements.txt

WINDOWS:

virtualenv .venv && .venv\Scripts\activate && pip install -r requirements.txt

In your browser:

Get Your Reddit Client ID & Secret by creating a new app.

Paste the info in the .env file.

Run the script:

python3 main.py or python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages