Skip to content

backend of coder's kit and can also be used as a general purpose api

License

Notifications You must be signed in to change notification settings

bvsbrk/Competitive-Programming-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Competitive-Programming-API

backend of coder's kit and can also be used as a general purpose api

Fetches these following things

  • User profile
  • Live contests
  • Future contests
  • Past contests

from

  • Hackerrank
  • Codechef
  • Codeforces
  • Hackerearth
  • CS Academy
  • Spoj (Only user profile will be fetched)
  • Topcoder
More will be added based on necessity..

Codechef contests list api looks like this:

{
  "live": [
    {
      "code": "JUNE18",
      "name": "June Challenge 2018",
      "start": "01 Jun 2018  15:00:00",
      "end": "11 Jun 2018  15:00:00"
    },
    {
      "code": "INOIPRAC",
      "name": "INOI Practice Contest",
      "start": "05 Jan 2016  00:00:00",
      "end": "05 Jan 2020  00:00:00"
    },
    {
      "code": "ZCOPRAC",
      "name": "ZCO Practice Contest",
      "start": "05 Nov 2015  00:00:00",
      "end": "05 Jan 2020  00:00:00"
    }
  ],
  "future": [
    {
      "code": "COOK95",
      "name": "June Cook-Off 2018",
      "start": "17 Jun 2018  21:30:00",
      "end": "18 Jun 2018  00:00:00"
    },
    {
      "code": "LTIME61",
      "name": "June Lunchtime 2018",
      "start": "30 Jun 2018  19:30:00",
      "end": "30 Jun 2018  22:30:00"
    }
  ],
  "past": [
    {
      "code": "LOCMAY18",
      "name": "LoC May 2018",
      "start": "27 May 2018  00:00:00",
      "end": "29 May 2018  00:00:00"
    },
    {
      "code": "LTIME60",
      "name": "May Lunchtime 2018",
      "start": "26 May 2018  19:30:00",
      "end": "26 May 2018  22:30:00"
    },
    {
      "code": "COOK94",
      "name": "May Cook-Off 2018",
      "start": "20 May 2018  21:30:00",
      "end": "21 May 2018  00:00:00"
    }
   ]
}

About

backend of coder's kit and can also be used as a general purpose api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published