Skip to content

lifeofcapo/crypto-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Telegram Bot

A Telegram bot written on Telebot for tracking cryptocurrency and fiat rates (USD/RUB), converting currencies, and displaying market data.

Features

  • Shows live rates of BTC, ETH, LTC, SOL, and USDT
  • Converts custom amounts to RUB
  • Inline keyboard support for easy interaction
  • Fetches data from CoinGecko and ExchangeRate-API

Setup

  1. Clone the repository:
git clone https://github.com/lifeofcapo/crypto-telegram-bot.git
cd crypto-bot
  1. Install dependencies:
pip install -r requirements.txt
  1. Create a config.py file:
TOKEN = 'your_bot_token_here'
EXCHANGERATE_API_KEY = 'your_exchange_rate_api_key_here'
ALPHAVANTAGE_API_KEY = 'your api key here'
  1. Run the bot:
python bot.py

Notes

  • Ensure the image and video files specified in bot.py exist in the root directory.

Releases

No releases published

Packages

No packages published

Languages