Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 872 Bytes

File metadata and controls

43 lines (29 loc) · 872 Bytes

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.