Skip to content

ysnalpr/Get_crypto_prices_telegram_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Crypto price with Telegram bot

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.

Set up

Prerequisites

  • 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

  1. Download the project.
  1. Change .env-sample to .env and add required data [API_KEY] and [BOT_TOKEN]
  1. Create a virtualenvironment using the command below on the project directory.
$ python -m venv env
  1. Install project dependencies using the command below on the command prompt.
$ pip install -r requirements.txt
  1. Run the project.
$ python main.py

Contributing

Pull requests are welcome.

Images

License

MIT

About

Telegram bot with Python 3

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages