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

json dump of contest/problem data from codechef api for experimentation

Notifications You must be signed in to change notification settings

termicoder/codechef-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

codechef-archive

Json dump of contest/problem data from codechef api. Helpful for personal experimentation without going over the wire.
This contains most of the contests/problems till SEPT18 except some for which there was network error.
For details refer to extract/codechef_logs.txt

Generating archive

pip3 install -r requirement.txt
cd extract
python3 extract.py | tee codechef_logs.txt

NOTE

The scripts in this repo don't use the actual oauth based api: https://api.codechef.com/ instead they use https://www.codechef.com/api/. The later does not require authentication and doesn't have limits so it becomes easier to archive data.
The output of the two api endpoints is mostly same, but still there are suttle differenes in keys and data provided.

About

json dump of contest/problem data from codechef api for experimentation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages