Skip to content

A python script that uses web scraping and codeforces API to get the number of problems solved by each contestant in a given group.

Notifications You must be signed in to change notification settings

itensai1/Codeforces-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Codeforces-Script

A python script that uses web scraping and codeforces API to get the number of problems solved by each contestant in a given group.

This script is used to collect data about contestants in a private group that you are a manager in .

You need to install these modules to use the Script

  pip install requests
  pip install beautifulsoup4
  pip install lxml

I used this library to use Codeforces API

About

A python script that uses web scraping and codeforces API to get the number of problems solved by each contestant in a given group.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages