/Volume-bot-Binance

The bot sends a signal to Telegram if there is a spike in volume.

Primary LanguagePythonMIT LicenseMIT

How the bot works:

  1. Parses the top coins by trading volume
  2. If the trading volume is greater than the threshold, a signal is sent to Telegram

How to use:

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

Contributing

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...