Update README.md

This commit is contained in:
Team Schmrdty 2024-06-24 01:25:42 +00:00
parent 1031914945
commit 504cb2013d

View file

@ -8,7 +8,7 @@ The tokeRbot designed to monitor cryptocurrency tokens and notify users when the
## Features
- Feature pending further development * Monitors multiple tokens simultaneously *
- Sends notifications when a token's price changes by 15%.
- Sends notifications when a token's price changes by x%.
- Allows users to set a maximum threshold for notifications.
- Rate limits to prevent spamming (no more than 1 notification per token per 61 seconds).
@ -24,8 +24,8 @@ The tokeRbot designed to monitor cryptocurrency tokens and notify users when the
- **Rate Limiting**: Ensure that the bot adheres to the rate limit by reviewing logs to confirm that no more than one notification per token per minute is sent.
## Troubleshooting
- **API Connectivity Issues**: If the bot fails to retrieve token prices, check the Airstack API status and ensure API keys are valid.
- **Notification Delivery Failures**: Should notifications fail to send, verify your Warpcast API integration and check for any service outages.
- **API Connectivity Issues**: If the bot fails to retrieve token prices, check the 0x API status and ensure API key/s are valid.
- **Notification Delivery Failures**: Should notifications fail to send, verify your Warpcast API integration/Neynar and check for any service outages.
*Should notifications fail to send, create a log.
- **Incorrect Price Alerts**: If the bot sends incorrect alerts, review the price change detection logic for any calculation errors.