Automatically clone your Codeforces submissions to your GitHub🦾
-
Folk this repository to your GitHub. You can set repo name and description as you like.
-
In your folked repository, go and edit
src/config.py
and configure your Codeforces Handle. -
Go to "actions" tab in your folked repository, and enable workflow!
-
For the initialization, run
Manual Update
workflow on yourmain
branch, then your latest 1-weeks of submissions will automatically push to your repo🚀 -
Your codes will be cloned every night(clone time can be changed according to user's requirement) to your repository, if you have new submissions.
This project is built on Codeforces's API.