MODELS
in the .env
file. Your choices are 2022
, 2022abs
, 2024
, and 2024abs
or you can leave it blank and receive all four of themAfter cloning the repo run pip install -r requirements.txt
to install the dependencies for this repo
Rename the file called example.env
to .env
and put your discord bot token next to TOKEN=
Any questions feel free to open a discussion or issue!
In order to run Nadobot through Docker you will need to perform the following from where the Dockerfile
is located:
Build the Image: docker build -t Nadobot .
Run the Container: docker run -d \ -e TOKEN=your_token_here \ -e URL=http://data.nadocast.com/ \ -e MODELS=your_model_here \ --name Nadobot Nadobot
Alternatively
Go to Dockerhub on Docker desktop and run the image
You will add three environement variables when prompted:
TOKEN
with the value being your discord bot tokenURL
with the value being http://data.nadocast.com/
MODELS
(can be left blank)