An interactions.py Discord bot for getting and alerting on the WoW Token Price
Emily Doherty
2164e98730
- Moved alert removal reminder to bottom of message - debug output of alerts to discord only on debug environments |
||
---|---|---|
.idea | ||
token_bot | ||
.dockerignore | ||
.gitignore | ||
.pre-commit-config.yaml | ||
compose.yaml | ||
Dockerfile | ||
LICENSE | ||
main.py | ||
README.md | ||
requirements.txt |
wow-token-app-bot
An interactions.py Discord bot for getting and alerting on the WoW Token Price
Help
If you are a user of this bot and are looking for help on how to use it, you can find a small tutorial here
Contributing
- Clone the project
- Install the requirements
pip install -r requirements.txt
- Install pre-commit hooks
pre-commit install
- To run this application you will need to have created DynamoDB tables and have a discord app token to use
- You will need to specify at least ALERTS_TABLE, USERS_TABLE, DISCORD_TOKEN, and AWS_REGION