Accepted Solution Links Retriever

Revision en1, by Omar_Morsi, 2018-12-21 15:54:17

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 main.exe 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.

Tags accepted, problems and solutions, collection, #api

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English Omar_Morsi 2019-12-31 12:37:50 28
en3 English Omar_Morsi 2019-12-31 12:37:13 355
en2 English Omar_Morsi 2018-12-22 07:45:03 24 Tiny change: 'ontaining ```main.exe``` file.\n* ' -> 'ontaining the downloaded file.\n* '
en1 English Omar_Morsi 2018-12-21 15:54:17 863 Initial revision (published)