Skip to content

Fetch the weekly deep dive details from the DRG API and use them to create the weekly Reddit thread via Reddit API. Executions are scheduled with cron and deployed to a GitHub Actions runner.

License

Notifications You must be signed in to change notification settings

MoritzHayden/reddit-drg-weekly-thread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddit DRG Weekly Thread

Fetch the weekly deep dive details from the DRG API and use them to create the weekly Reddit thread via Reddit API. Executions are scheduled with cron and deployed to a GitHub Actions runner.

Secrets

Add the following to the .env file in the python directory:

REDDIT_CLIENT_ID=<VALUE>
REDDIT_CLIENT_SECRET=<VALUE>
REDDIT_USERNAME=<VALUE>
REDDIT_PASSWORD=<VALUE>

Installation

mkdir .venv -p && pipenv install --dev

Execution

pipenv run python main.py

About

Fetch the weekly deep dive details from the DRG API and use them to create the weekly Reddit thread via Reddit API. Executions are scheduled with cron and deployed to a GitHub Actions runner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages