Everything here (and a bit more) has been merged with StupidAlentoBot. This repo will no longer be updated, and StupidAlentoBot should be used instead.
Discord bot for getting trading prices fast for EVE Online.
- Clone this repository and put it on disk.
- (Optional) Create a virtual environment inside the cloned repo (
python3 -m venv venv
) and activate it. (source venv/bin/activate
) - Install the dependencies. (
pip3 install -r requirements.txt
) - Put
evelib
from https://github.com/alentoghostflame/EVE-Python-Library alongsidestart.py
- Run the bot. (
python3 start.py
)
- Start the bot for the first time buy running
python3 start.py
to generate configs. - Put the Discord token in
config.yaml
- Start the bot again, it should startup fully.
- ???
- Draw the rest of the owl. (WIP)