Skip to content

Repository files navigation

Codeforces Scraper

Codeforces scraper provides a gentle way to interact with Codeforces

fromcodeforces_scraperimportScraperfromcodeforces_scraper.languagesimportsome_compiler_by_extfromgetpassimportgetpass# Submits my code for problem 4A from your account scraper=Scraper()
username=input()
password=getpass()
scraper.login(username, password)
scraper.submit(4, 'A', scraper.get_submission_source(4, 190069788), some_compiler_by_ext('.cpp'))

Installation

From PyPi

pip3 install codeforces_scraper

From sources

git clone https://github.com/thematdev/codeforces_scraper.git
python3 setup.py install

Reference

A comment provided for each function.

About

Simple utility to interact with codeforces

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages