This is a telegram bot that syncs with your spot wallet in Binance and generates report graphs according to your profits or loses using matplotlib and pandas librarys.
Clone this repository and install requiermentes
git clone https://github.com/Daniel-Alba15/Telegram-Crypto-Bot.git
cd Telegram-Crypto-Bot/
pip install -r requirements.txt
Unfortunately Binance doesn't have Oauth authentication available yet, so you'll have to generate your own Binance, Telegram and Imgur api keys.
Do not forget to save all of this on your .env
file.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.