Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 495 Bytes

atpusher

The one that automatically pushes the latest AC code from AtCoder to Github.

Requirement

  • Python 3.9.5
  • Selenium 3.141.0
  • Requests 2.25.1

Usage

  1. Clone this repository.
  2. Run pip install -r requirements.txt to install Python package
  3. Set your AtCoder account to USER_ID, your REPOSITORY_URL and PROJECT_PATH.
  4. Run python src/main.py to start the atpusher!

License

This program is released under MIT license.