- Parses the top coins by trading volume
- If the trading volume is greater than the threshold, a signal is sent to Telegram
Pass in a class instance of the number of coins to track For example:
bot = BinanceApi(5)
Here the bot will track the top 5 coins by trading volume.
Don't forget token, chat_id
for telegram
Commit your changes (git commit -m 'Add some feature')
Push to the changes (git push)
Create a new Pull Request
Thanks all for your contributions...