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 .
pip install requests
pip install beautifulsoup4
pip install lxml