Discord bot for displaying NodeSet-related events
The instruction set is based on Python 3+. If you're using 2, modify the commands to pip
and python
.
Depending on your environment:
pip3 install -r requirements.txt
- Create a .env file with all the keys/tokens filled in
cp .env.default .env
- Run the bot
python3 event_watcher.py
python3 -m pytest tests/