-
Create
.env
in the main directory
HOST="web"
PORT="8000"
TOKEN="<token>"
CHANNEL_ID="848699200337870878"
The local default is as follows:
HOST="web"
PORT="8000"
TOKEN="<token>"
CHANNEL_ID="848699200337870878"
note that the channel id corresponds to the MakeOpenSource announcements channel_id, and that the token is redacted (for security reasons)
- Install modules
python3 -m pip install -r requirements.txt
- Run discord bot
python3 annbot.py