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.