github

FreddieV4 / DailyProgrammerChallenges

  • понедельник, 21 марта 2016 г. в 02:12:23
https://github.com/FreddieV4/DailyProgrammerChallenges

C
External Repo of Challenges from r/dailyprogrammer



DailyProgrammerChallenges

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.

Required Modules:

  • praw
  • subprocess
  • re
  • os
  • pprint

post-challenges.py runs on Python 3.x

Challenges & Solutions

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.