SkillAgentSearch skills...

CodeforcesAPI

Wrapper librarry for codeforces.com api, written in Python 3

Install / Use

/learn @soon/CodeforcesAPI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Build Status

Codeforces API wrapper library

This library provides access to Codeforces API through Python 3

Installation guide:

Note, this package is Python 3 only

There are several ways to get the package:

  1. easy_install
    You could use easy_install utility. Just run it like

      $ easy_install codeforces_api
    

    That's all!

  2. Clone from github repository

     $ git clone https://github.com/soon/CodeforcesAPI
    

    Then install using setuptools module:

     $ cd CodeforcesAPI
     $ python3 setup.py install
    
  3. Download Windows executable from pypi:

    The installer could be found here

Usage examples:

Examples could be found in examples folder. Note, some of them requires plotly package

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated2mo ago
Forks7

Languages

Python

Security Score

90/100

Audited on Jan 26, 2026

No findings