Skip to content

kult0922/AtCommitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtCommitter

GitHub

AtCommitter is a tool to sync submitted code on Atcoder to your GitHub repository

How to use

  1. Create GitHub repository for Atcoder submission codes

  2. 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)
  1. Input your user name and code extension in conf.json
{
  "user": "Kurt_",
  "extension": "cpp"
}
  1. Run after contest and sync code with Github
Python3 main.py abc290

Environment

python v3.7~

pip install requests

About

The auto GitHub commit tool for AtCoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages