A desktop Java Application build using Jsoup API that is used to backup codeforces AC submissions of any user.
- Gym problems will not be backed up because they require login for that particular user.
- To run this on linux platform you need to download oracle Java, openJDK won't work.
- First clone the repo :
git clone https://github.com/amanmj/Codeforces-Backup
- Enter the directory CF :
cd CF
- Use the following command :
java -jar Codeforces-Backup.jar
- Enter the username of the user , select the directory where you want to save the codes and you are done.