Hi everyone,
I have implemented a simple CLI for managing Codeforces' Groups, so I am writing to share and hope it helps anyone. Major features include:
- Managing members in a group (confirming or removing by Regex)
- Managing contests in a group.
- Crawling information, standings, submissions in a contest to CSV format.
- Checking plagiarism in a contest.
You can install conmato
easily by pip
. Note that it requires python3.6+
.
python3 -m pip install conmato
For more information: https://github.com/ngocbh/codeforces-management-tools
If you are interested in contributing to this project, feel free to create a pull request or issue, we can discuss. We appreciate all your contributions.