python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py
OR if you want to run it as a service:
source venv/bin/activate
pm2 start "python3 main.py" --name whalebot
venv\Scripts\activate
python main.py
- Send errors to multiple Maintainer chat ids
- Report maintainers when base url goes down
- Configure NXS_BASE_URL from .env
Yet to be discovered.