/crypto-price-bot

A telegram bot for tracking any crypto price!

Primary LanguagePython

Crypto Price Telegram Bot

Track any crypto price using this bot!

How to start?

  1. Create a .env file and put the required data in it
DATABASE_URL = "sqlite+aiosqlite:///cryptotrack.db"
BOT_TOKEN = ""
API_KEY = ""
  • BOT_TOKEN: The api token for your bot, get it from Botfather.
  • API_KEY: The api key for fetching cryptos prices. Get it from CryptoCompare.
  1. Install the requirements
pip install -r requirements.txt
  1. Start the bot
python main.py bot
  1. Use the CLI for managing the bot
python main.py cli