Skip to content

derwana/Reddit-User-Media-Downloader-Public

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reddit-User-Media-Downloader-Public

Download all the picture/video posts from a particular user on Reddit, for uh...reasons. Automatically removes duplicates ⭐.

Usage

Used from the command prompt

--limit tag is optional

python3 reddit-media-downloader.py --user [case-sensitive username] --limit [maximum number of posts to download from user]

Requirements

  • Windows 10
  • Python 3.8
  • Microsoft Visual Studio Build Tools (C++ Build Tools)

Python libraries

  • youtube_dl
  • imagededup
  • OpenCV2
  • Cython
  • Requests

How to Install Python Requirements

pip install -r requirements.txt

How to Install Visual C++ Build Tools

  1. Download the executable from this link - https://visualstudio.microsoft.com/visual-cpp-build-tools/
  2. Select the "C++ Build Tools" workload under "Desktop and Mobile"
  3. When it's finished downloading and installing, restart your PC

C++ Build Tools Instructions

Demo

demo_short_compressed.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%