Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/amanmj/codeforces-backup
- Owner: amanmj
- Created: 2015-07-05T17:33:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T06:35:53.000Z (about 4 years ago)
- Last Synced: 2023-03-02T13:46:58.005Z (almost 2 years ago)
- Topics: hacktoberfest
- Language: Java
- Homepage:
- Size: 396 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)