Skip to content

Files

Latest commit

 

History

History
executable file
·
42 lines (28 loc) · 1.38 KB

README.md

File metadata and controls

executable file
·
42 lines (28 loc) · 1.38 KB

CodeBack

CodeBack is a tool to download all your code submissions from code contest sites — Codeforces, Spoj and Codechef

GITHUB : https://github.com/koldbyte/CodeBackup

Features

  • Downloads Code submissions from Codeforces, Spoj and Codechef
  • Also fetches problem statements
  • Option to fetch only the first AC submission for a problem
  • Option to overwrite/not overwrite existing code
  • Http Proxy support.
  • Cross-platform

Requirements

  • Java 7 & Above

Usage

1. Enable the checkbox corresponding to Contest sites for which you want to fetch submissions.  
2. Enter your handle(username) registered on the website.  
3. Select a directory where you want to save the codes  
4, Select other options as required.  
5. Hit Run.  

Note:- CodeBack will save all the Codes and Problem Statement in following directory format :
(Select Directory) / (Handle) / (ContestSite) / (ProblemName) / (ProblemName)-(SubmissionId).(Ext)

Download

Download here

Screenshots

Credits

Used some idea from https://github.com/ideamonk/spojbackup for Spoj

Contribute

If you have found a bug or have an feature request, feel free to fork & code it. And don't forget to send pull requests.