This script collects all of the programming challenges posted to /r/dailyprogrammer and saves them to discrete HTML documents. It also creates an index document which links to each challenge, sorted chronologically, by the original post title.
Just run ./dailyprogrammerscraper and view the output in the dps dir
Created for fun/learning purposes. Makes use of the PRAW reddit API wrapper.