/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.

Primary LanguagePython

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