Skip to content

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

License

Notifications You must be signed in to change notification settings

vishalgondke/all-cp-platforms-API

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%