Discord and Transformice bot for the tribe We talk a Lot
First clone this repository to your machine
git clone https://github.com/We-Talk-a-Lot/wtal-botThen set up the following environment variables in .env
USERNAME=TRANSFORMICE_NICKNAME_OF_BOT
PASSWORD=TRANSFORMICE_PASSWORD_OF_BOT
DISCORD=DISCORD_TOKENReplace TRANSFORMICE_NICKNAME_OF_BOT, TRANSFORMICE_PASSWORD_OF_BOT and DISCORD_TOKEN with your secret values
If you have docker installed in your machine follow the following steps to run the bot. Otherwise jump here
sudo docker pull senirup/wtal-bot
sudo docker-compose upFirst install the dependencies
python -m pip install -r requirements.txtThen run
./script.bash
#or
python src/main.py