2024-06-23 02:00:56 +00:00
|
|
|
# wow-token-app-bot
|
|
|
|
|
2024-12-09 02:10:01 +00:00
|
|
|
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](https://blog.emily.sh/token-bot/)
|
|
|
|
|
|
|
|
|
|
|
|
# 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
|