SysSn13 / all-cp-platforms-API

An API made using Flask, to get user information from programming platforms.

Home Page:https://all-cp-platforms-api.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALL-CP-PLATFORMS_API

Request Format:

http://all-cp-platforms-api.herokuapp.com/api/{platform}/{username}

Replace {platform} with the name of platform and {username} with the username of the user.


Supported Platforms:

  • CodeChef
  • Codeforces
  • Atcoder
  • Spoj
  • Leetcode

Deployment:

The request url may not work in future so you can deploy it on Heroku by following these steps easily:

1. Using Heroku web

  • Create a new app on Heroku
  • Fork this repository.
  • Link the forked repo to the new app in the deployment section on Heroku.

2. Using heroku-cli

  • Clone the repo

    git clone https://github.com/sudesh1122/all-cp-platforms-API.git
    cd all-cp-platforms-API
    
  • login to your Heroku account

    heroku login
    
  • create a new app

    heroku create
    
  • build the app

    git push heroku master
    

License

About

An API made using Flask, to get user information from programming platforms.

https://all-cp-platforms-api.herokuapp.com/

License:MIT License


Languages

Language:Python 100.0%