Scrapping Your Correct Submissions

Revision en2, by Jeet_Karia, 2020-05-26 16:00:18

Now there is no need of saving each and every submission's source code you submit because a python script can do it for you and you just have to be relaxed.

Note: It will scrap your latest submission to a problem in case of multiple submissions.

Suppose the handle name is Jeet_Karia and directory where you want to save all your submissions is D:/Activities/Developer/Test
Sample Input: python scrap-cf-sub.py --handle Jeet_Karia --dir D:/Activities/Developer/Test

And in some moments submissions will be in your directory.

You can find the script here

Sample Output in my case:

Tags #webscrapping, #submissions, #python, #alllanguage

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Jeet_Karia 2020-05-26 16:00:18 13
en1 English Jeet_Karia 2020-05-04 08:57:42 793 Initial revision (published)