A simple python script that fetches jokes from r/darkjokes and optionally adds them to variety wallpaper quotes
- clone this repo & create a virtual environment(optional)
- go to reddit
- create an app
- set redirect url to localhost:8000
- copy the credentials you are given
- create a .env file in the project's root directory
- add the credentials to the .env file like this:
client_id = "client id that reddit gave you."
client_secret = "secret key that reddit gave you."
user_agent = "whatever name you gave your reddit app while creating it."