Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

banzai200/Daily-Programmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Broken by Reddit Greed Changes to the API

Daily Programmer

A program to download a challenge from reddit.com/r/dailyprogrammer and then output it to stdout to be used in various editors/ides

Inspired by what-to-code

Installation

pip install dailyprogrammer

Usage

# Downloads challenge #200, the easy one
> dp 200 easy

# Downloads all variants of challenge #200 (easy, intermediate, hard)
> dp 200

# Downloads all easy challenges
> dp easy

Todo

  • better search query (the current one searches all numbers on the title)
  • bypass reddit 100 posts limit on the api

About

Python System to explore r/dailyprogrammer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages