A Little Script for Your Announces

Revision en3, by Vladosiya, 2023-08-04 20:11:12

Hello, Codeforces! I made announces of rounds quite often, so some time ago I made a script that gives out the entire list of testers divided by colors. Of course, you can rewrite it a little, so that the order is whatever you want.

Script uses Codeforces API, so first of all you need to go to your account settings and generate API keys and put the open one in the "key" file, and the secret one in the "secret" file in the same folder with the script (or just assign them to the corresponding variables in the script). Now you just need to fill in the array contestids with ids of mashups that you used for testing and run the script. At the end of its work, the script will create file "en.txt " with thanks to all the testers.

I hope it will help you to quickly change the list of testers. Good luck to all and successful rounds!

Script

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
ru4 Russian Vladosiya 2023-10-10 11:32:57 18 Мелкая правка: '.txt', 'w')\nfor i ' -> '.txt', 'w', encoding='utf-8')\nfor i '
en3 English Vladosiya 2023-08-04 20:11:12 0 (published)
ru3 Russian Vladosiya 2023-08-04 20:04:23 0 (опубликовано)
en2 English Vladosiya 2023-08-04 18:51:00 204
ru2 Russian Vladosiya 2023-08-04 18:46:55 2
en1 English Vladosiya 2023-08-04 18:43:54 3079 Initial revision for English translation (saved to drafts)
ru1 Russian Vladosiya 2023-08-04 18:16:46 3209 Первая редакция (сохранено в черновиках)