I want to download all of my accepted Codeforces submissions and upload them to GitHub. Since the number of submissions is quite large, doing this manually one by one is not practical.
Is there any official or reliable way to download all of my submissions at once, or an alternative method that works within Codeforces’ current security restrictions?








Auto comment: topic has been updated by WA_and_Chill (previous revision, new revision, compare).
https://mirror.codeforces.com/apiHelp/methods#user.status
It only returns the submission IDs, not the source code. Is it possible to retrieve the source code for all submissions?
https://mirror.codeforces.com/blog/entry/66552