Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 458 Bytes

Getting started

0. Install Python 3.6.0 - 3.9.x

Versions below or above are not official supported

1. Install python dependencies

pip3 install -r requirements.txt

2. Run Bot

python3 ./src/vebot.py

NOTE: the first run will ask for the token and it will be saved in .vebot.json. Alternatively the token can be provided with the --token flag too.

Licence

MIT Licence

Full licence: LICENCE