Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 767 Bytes

setup.md

File metadata and controls

37 lines (26 loc) · 767 Bytes

owo 😝

Requirements

  • a moderately up-to date version of Python3
  • optional: a postgres database (default alternative: sqlite)

Setup

  1. install requirements via pip install -r requirements.txt (pip3 if using something like debian)

    # Install requirements
    pip install -r requirements.txt
  2. edit owo.toml to your liking - at minimum you should provide a discord bot token

  3. run - you may pass a custom path to the configuration file as i the first command line argument

    cd owobot
    # Optionally update permissions of the script
    chmod +x main.py
    ./main.py
  4. ????

  5. profit 📈

Notes

  • may occasionally be broken on inferior platforms such as Windows and MacOs