Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 544 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 544 Bytes

OctoBotV4

Documentation

Installation

  1. Install the requirements:

    pip install -r requirements.txt

  2. Copy the settings and fill them in:

    cp settings.base.toml settings.toml
    code settings.toml
    
  3. Run the bot:

    python3 main.py
    

More information is available in the Documentation