Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 833 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 833 Bytes

Auto AtCoder Solver

This is a tool to automatically solve AtCoder problems using ChatGPT.

Using this in actual contests is not prohibited, but it is not recommended. 公式ルール

Requirements

  • atcoder-cli
  • online-judge-tools

Build Environment

  1. install rye

    1. install instructions: https://rye-up.com/guide/installation/
  2. enable uv to speed up dependency resolution.

    rye config --set-bool behavior.use-uv=true
  3. create a virtual environment

    rye sync
  4. set template

    make set-template
  5. set OPEN_API_KEY in .env

    echo "OPEN_API_KEY=your_open_api_key" > .env

Usage

rye run python main.py {contest_id}