CodeChef-Gitter
CodeChef-Gitter copied to clipboard
:books: Save all and update solutions submitted on Codechef to github.
this fixes your Issue #2
The application fetches solutions once by one which takes a long time. Use of multithreading can get it done in a few seconds. Refer to [Amazon-Updates](https://github.com/aedorado/Amazon-Updates) which is a multithreaded...
As of now, all files are saved with '.cpp' extension. Add support for all other languages in 'getExtension' function in the 'Submissions.py' file.