Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit-save

Python script to download reddit post's and comments with media

Pre-requisites

  • yt-dlp
  • Install python3, python3-venv
    • sudo apt install python3 python3-venv
  • create Virtual Environment inside the project root folder and activate it
    • python3 -m venv venv
      . venv/bin/activate

Install

pip install -r requirements.txt

Run

python save.py -u <reddit_post_url>
python save.py -u <reddit_post_url> -d <destination_folder_path>

Help:

python save.py -h

About

Python script to download reddit post's and comments with media (Images/Videos)

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages