Coder Social home page Coder Social logo

arnoob16 / cpapi Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 3.0 36 KB

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

Home Page: https://cp-api.arnoob16.vercel.app/

Python 100.00%
api api-wrapper competitive-programming competitive-programming-contests competitive-coding competitiveprogramming competitive-programming-reference contest contest-programming contests

cpapi's Introduction

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"
    }
    ]
}

cpapi's People

Contributors

arnoob16 avatar deepsource-autofix[bot] avatar deepsourcebot avatar harikesh409 avatar sumit112192 avatar tusharnankani avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cpapi's Issues

Server Error

the api gives internal server error as its response

Wrong Contest Duration

Issue

Contests with a duration of less than 1 hour show 0 Days as the contestDuration parameter.

How it should look like

The contestDuration parameter should show the exact duration of the contest, which in this case is 45 minutes.

Screenshot

image

No response from HackerEarth on deployment.

Issue

When running the server on a local system, the API response has HackerEarth contests, but the deployment server doesn't show a single contest from HackerEarth in the responses.

How to reproduce the issue?

  • Fork the repo and clone into your local system
  • open the directory, run py app.py or python app.py in the terminal
  • a localhost will start at this address => http://127.0.0.1:5000/; open it in your browser.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.