Crypto Bucket Bot is a Telegram bot that helps users to check the status of the most important cryptocurrencies through the CoinGecko API.
These instructions will get you a copy of the project up and running on your local machine.
First of all, you need a Telegram account. You can create one downloading their app on your phone and linking a phone number to it.
Once your account is ready, start a chat with @BotFather and follow the instructions until you get a token to access the HTTP API. This token should be placed in bot/config.py
and should be stored in a bot_token variable. Here is an example.
Also, Python 3 with the pip package manager needs to be installed on your computer. Then, run these commands in order to get the requests and the matplotlib packages:
pip install requests
pip install matplotlib
Execute the bot/main.py
file and start chatting with the bot!
This project is licensed under the MIT License - see the LICENSE file for details