cfapi

An unofficial Codeforces API, that gives you access to contests, problems, and profiles on Codeforces.com


Keywords
Codeforces, com, Competitive, Programming, API, Wrapper, Scraper
License
MIT
Install
pip install cfapi==1.0.0

Documentation

Codeforces API (Scraper)

cfapi is an unofficial wrapper around codeforces, that is written in Python and intended to be used as a module. Using cfapi, you can easily download and view:

  • Contests, including standings, starting and ending dates, etc.
  • Problems, including meta-data like name, tags, etc.
  • Profiles, including rating, contribution, etc.