All Projects → arnoob16 → cpAPI

arnoob16 / cpAPI

Licence: other
A Flask API that gives updates about the upcoming contests on various Coding Platforms.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cpAPI

icpc
Resources for Competitive Programming
Stars: ✭ 14 (+7.69%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitiveprogramming, competitive-coding, competitive-programming-reference
cppdump
Standard dumps of data structures/algorithms
Stars: ✭ 18 (+38.46%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitiveprogramming, competitive-coding
test-case-generator
Test Case generator for competitive coding. Test case generator for competitive programming and potentially for software testing.
Stars: ✭ 28 (+115.38%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitiveprogramming, competitive-coding
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (+76.92%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
HackerRank-Solutions
This project include solutions of the problem from HackerRank which will be helpful for coding interview preparations. Subscribe for more updates 👇
Stars: ✭ 18 (+38.46%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
ProgrammingProblems
Our answers to some programming problems,like ACM ICPC problems and others.(All problems are available on http://uva.onlinejudge.org or https://open.kattis.com) ** PLEASE STAR THE REPO IF IT 'S USEFUL :) **
Stars: ✭ 27 (+107.69%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitiveprogramming
fridge
Fridge for Codechef: An android app for downloading and browsing questions and contests from codechef.com offline
Stars: ✭ 17 (+30.77%)
Mutual labels:  contest, competitive-programming, competitive-programming-contests
TeamReference
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
Stars: ✭ 29 (+123.08%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-programming-reference
Competitive Programming Score API
API to get user details for competitive coding platforms - Codeforces, Codechef, SPOJ, Interviewbit
Stars: ✭ 118 (+807.69%)
Mutual labels:  competitive-programming, competitive-programming-contests, competitive-coding
FacebookHackerCup-2019
🏃 Python Solutions of All 22 Problems in FHC 2019
Stars: ✭ 15 (+15.38%)
Mutual labels:  competitive-programming, contest-programming
ds-algo-placement-resources
A complete roadmap and resources for competitive programming for placement purpose.
Stars: ✭ 58 (+346.15%)
Mutual labels:  competitive-programming, competitive-coding
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (+315.38%)
Mutual labels:  competitive-programming, competitive-coding
HackerEarth-Solution
Contains hackerearth solutions in python 3
Stars: ✭ 126 (+869.23%)
Mutual labels:  competitive-programming, competitive-coding
GoogleCodeJam-2016
🏃 Python Solutions of All 26 Problems of GCJ 2016
Stars: ✭ 18 (+38.46%)
Mutual labels:  competitive-programming, contest-programming
Competitive-Programming-Algorithms
The purpose of this repository is to get all the Algorithms required for Competitive Programming at one place. This will be very helpful. Also one can contribute to this repository and learn something from this.
Stars: ✭ 21 (+61.54%)
Mutual labels:  competitive-programming, competitive-coding
Data-Structures-Algorithms
Data Structures & Algorithms 💥
Stars: ✭ 17 (+30.77%)
Mutual labels:  competitive-programming, dsa
Awesome Competitive Programming
💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Stars: ✭ 9,119 (+70046.15%)
Mutual labels:  contest, competitive-programming
BitsOJ
Offline Judge for competitive programming contests.
Stars: ✭ 16 (+23.08%)
Mutual labels:  contest, competitive-programming-contests
competitive-programming
Programming Solutions for OJs and Algorithms
Stars: ✭ 35 (+169.23%)
Mutual labels:  contest, competitive-programming
Catalyst
A VS code Extension to accelerate the process of solving problems on Codeforces.
Stars: ✭ 69 (+430.77%)
Mutual labels:  competitive-programming, competitive-coding

Competitive Programming Contests API

An API built to give you updates about the upcoming contests on various Competitive Coding platforms.


Coding Platforms Supported

More platforms will soon be supported.

How to use this API?

  • Send a GET request to https://cp-api.arnoob16.vercel.app/ URL.
  • Response received is an Array of Contest Objects
  • Each contest object has 4 parameters,
    • platform => The coding platform that is hosting the contest.
    • contestName => The name of the contest.
    • contestLink => URL of the contest.
    • startTime => The starting timestamp of the contest.
    • contestDuration => The duration of the contest.
{
  "contests": [
    {
      "platform": "CodeChef",
      "contestName": "CP in 7 days",
      "contestLink": "https://www.codechef.com/CP7D2021?itm_campaign=contest_listing",
      "startTime": "2021-02-03T16:30:00+0530",
      "contestDuration": "02:30 hours."
    },
    {
      "platform": "CodeChef",
      "contestName": "February Challenge 2021",
      "contestLink": "https://www.codechef.com/FEB21?itm_campaign=contest_listing",
      "startTime": "2021-02-05T15:00:00+0530",
      "contestDuration": "10 Days"
    }
    ]
}

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].