Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amanmj/codeforces-backup

A desktop Java Application to backup codeforces AC submissions.
https://github.com/amanmj/codeforces-backup

hacktoberfest

Last synced: 3 months ago
JSON representation

A desktop Java Application to backup codeforces AC submissions.

Awesome Lists containing this project

README

        

# Codeforces-Backup

A desktop Java Application build using Jsoup API that is used to backup codeforces AC submissions of any user.

## NOTE:
1. Gym problems will not be backed up because they require login for that particular user.
2. To run this on linux platform you need to download oracle Java, openJDK won't work.

## How to backup solutions
1. First clone the repo : ``` git clone https://github.com/amanmj/Codeforces-Backup ```
2. Enter the directory CF : ``` cd CF```
3. Use the following command : ``` java -jar Codeforces-Backup.jar```
4. Enter the username of the user , select the directory where you want to save the codes and you are done.

# Screenshots

![Alt Text](https://github.com/amanmj/Codeforces-Backup/blob/master/screens/Screenshot%20from%202016-06-05%2011-33-44.png)



![Alt Text](https://github.com/amanmj/Codeforces-Backup/blob/master/screens/Screenshot%20from%202016-06-05%2011-32-06.png)