Accepted Solution Links Retriever

Правка en2, от Omar_Morsi, 2018-12-22 07:45:03

This can be helpful for people who want to retrieve all of their accepted Codeforces solution links.

I implemented this simple script in GoLang as I needed to collect all of my Codeforces solution links and put them on Github in this format.

Running

  • Download main.exe file.
  • Open the terminal and go to the directory containing the downloaded file.
  • Type ./main.exe to execute the code.
  • You will be asked for the Codeforces handle for which the accepted solution links will be retrieved.

I hope this helps.

Теги accepted, problems and solutions, collection, #api

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en4 Английский Omar_Morsi 2019-12-31 12:37:50 28
en3 Английский Omar_Morsi 2019-12-31 12:37:13 355
en2 Английский Omar_Morsi 2018-12-22 07:45:03 24 Tiny change: 'ontaining ```main.exe``` file.\n* ' -> 'ontaining the downloaded file.\n* '
en1 Английский Omar_Morsi 2018-12-21 15:54:17 863 Initial revision (published)