The one that automatically pushes the latest AC code from AtCoder to Github.
- Python 3.9.5
- Selenium 3.141.0
- Requests 2.25.1
- Clone this repository.
- Run
pip install -r requirements.txt
to install Python package - Set your AtCoder account to USER_ID, your REPOSITORY_URL and PROJECT_PATH.
- Run
python src/main.py
to start the atpusher!
This program is released under MIT license.