This is a simple Telegram bot using Python that delivers real-time updates on cryptocurrencies.
It can deliver: Price, 24h change price and percentage, 24h lowest and highest price, market cap, total volume, total supply, circulating supply
I used free API in this project so it has limited credits.
- Python 3.7 or higher installed on your system
- A Telegram account for creating your bot
- API get a free API here
let's dive in
- Download the project.
- Change .env-sample to .env and add required data [API_KEY] and [BOT_TOKEN]
- Create a virtualenvironment using the command below on the project directory.
$ python -m venv env
- Install project dependencies using the command below on the command prompt.
$ pip install -r requirements.txt
- Run the project.
$ python main.py
Pull requests are welcome.