Skip to content

A bot to update discord roles when there are changes to tribe ranks

License

Notifications You must be signed in to change notification settings

Seniru/wtal-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wtal

Discord and Transformice bot for the tribe We talk a Lot

Developing

First clone this repository to your machine

git clone https://github.com/We-Talk-a-Lot/wtal-bot

Then set up the following environment variables in .env

USERNAME=TRANSFORMICE_NICKNAME_OF_BOT
PASSWORD=TRANSFORMICE_PASSWORD_OF_BOT
DISCORD=DISCORD_TOKEN

Replace 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

Running with Docker

sudo docker pull senirup/wtal-bot
sudo docker-compose up

Running without Docker

First install the dependencies

python -m pip install -r requirements.txt

Then run

./script.bash
#or
python src/main.py

About

A bot to update discord roles when there are changes to tribe ranks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages