I wrote an useful python script- ParseCF
It will parse all the Codeforces contests that a particular user has participated in till date, make separate folders for every contest and every folder would contain all the user’s submissions for that particular contest , ordered by the problem names.
Read the entire blog here on Medium.
The relevant code can be found here on Github.
I created a Youtube Video for the code walkthrough here.