An interactions.py Discord bot for getting and alerting on the WoW Token Price
Go to file
Emily Doherty 4cd7e6284b Change flow to include use registration when adding an alert
reuse /register for changing the region registration

fix interaction timed out bug
2024-12-09 23:13:44 -08:00
.idea Very Initial MVP 2024-11-30 03:27:32 -08:00
token_bot Change flow to include use registration when adding an alert 2024-12-09 23:13:44 -08:00
.dockerignore Add basic compose file for the short term 2024-12-08 18:37:38 -08:00
.gitignore Very Initial MVP 2024-11-30 03:27:32 -08:00
.pre-commit-config.yaml Install pre-commit hooks 2024-12-08 18:15:06 -08:00
compose.yaml Add basic compose file for the short term 2024-12-08 18:37:38 -08:00
Dockerfile Update Dockerfie so docker build wont complain anymore 2024-11-30 04:43:12 -08:00
LICENSE Initial commit 2024-06-23 02:00:56 +00:00
main.py Very Initial MVP 2024-11-30 03:27:32 -08:00
README.md Install pre-commit hooks 2024-12-08 18:10:01 -08:00
requirements.txt Install pre-commit hooks 2024-12-08 18:10:01 -08:00

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

  1. Clone the project
  2. Install the requirements pip install -r requirements.txt
  3. Install pre-commit hooks pre-commit install
  4. 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