A Command Line Interface (CLI) for Codeforces Management Tools

Revision en1, by ngocjr7, 2021-08-04 17:25:12

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.

Tags conmato, cli, #groups

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English ngocjr7 2021-08-04 17:25:12 797 Initial revision (published)