CodeRetriever — submissions code downloader for SPOJ and Codeforces

Revision en1, by Mohd., 2019-12-22 21:54:39

Hello Codeforces,

A while ago, I was looking for a tool to download all my codeforces submissions but couldn't find one that worked 100% or did exactly what I wanted, so I thought of creating my own tool to do that. Then I thought of making it public and sharing it so I started tweaking it and added features to make it more general and more customizable and here is what it can do so far:

  • Download all accepted codeforces regular contest submissions of a user
  • Download all accepted codeforces gym contest submissions of a user (requires your password)
  • Download all accepted spoj submissions of a user (requires your password)

You also get to choose the format of the files/directories, more information can be found here.

This is the initial version and I will keep working on it to hopefully improve it. If you encounter any issue/bug or if you have a suggestion for improvement please let me know in comments or in issues at github.

Link to github repository if you missed it

Tags #code-download, #codeforces, #spoj

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Mohd. 2019-12-22 21:54:39 1155 Initial revision (published)