2024-12-30 13:34:00 -07:00
2024-12-30 05:36:42 -07:00
2024-12-30 06:07:07 -07:00
2024-12-30 05:36:42 -07:00
2024-12-30 06:08:15 -07:00
2024-12-30 05:36:42 -07:00
2024-12-30 06:03:25 -07:00
2024-12-30 13:34:00 -07:00

reimager for Reddit

Download images from reddit.

go mod tidy

go run main.go pics oldschoolcool thewaywewere MilitaryPorn EarthPorn
docker run --restart unless-stopped \
  -v ${PWD}/subreddits:/data/subreddits \
  ghcr.io/cwpearson/reimager --every 1800 --out-dir /data/subreddits \
    pics \
    EarthPorn \
    oldschoolcool \
    thewaywewere
  1. Register for API access
  2. Register an application: https://ssl.reddit.com/prefs/apps
Description
Download images from reddit
Readme 40 KiB
Languages
Go 94%
Dockerfile 6%