CodeBackup
CodeBackup copied to clipboard
Tool to backup your codes submitted to Coding Contests sites like codeforces and codechef
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
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.