This repo contains all of the challenges from r/dailyprogrammer and also scripts used to pull challenges from the subreddit each week and to cleanup directories & remove unnecessary posts
The post-challenges.py script is ran via a cron job on a VPS at the end of each week, and then automatically pushes that week's challenges to this repository. The script is pretty inefficient, but it gets the job done. If you see ways to improve it, feel free to submit a pull request and add your name as a contributor.
- praw
- subprocess
- re
- os
- pprint
post-challenges.py runs on Python 3.x
See a missing challenge & missing selftext? Want to add a solution to a challenge? See the CONTRIBUTING.md file for how to submit changes.
Creator: Freddie Vargus
Uses the MIT License
This project was inspired by LewisJohnson, whom I collaborated with on a similar repository.