AtCommitter is a tool to sync submitted code on Atcoder to your GitHub repository
-
Create GitHub repository for Atcoder submission codes
-
Set up a remote repository in your local
git clone [email protected]:kult0922/AtCommitter.git
mkdir codes
cd codes
git init
git remote add origin (your reopsitory)
(e.g. git remote add origin [email protected]:kult0922/AtCoderArchive.git)
- Input your user name and code extension in conf.json
{
"user": "Kurt_",
"extension": "cpp"
}
- Run after contest and sync code with Github
Python3 main.py abc290
python v3.7~
pip install requests