Skip to content

Tomava/CryptoTrackerBot

Repository files navigation

CryptoTrackerBot

A Telegram bot for tracking crypto currency prices

Installation

  1. Install Python 3 (minimum Python 3.8) and Pip.
  2. Install dependencies:
pip install -r requirements.txt
  1. Get telegram bot token
  2. Create a file called .env in the root of the project and add the following line:
TELEGRAM_BOT_API=REPLACE_THIS_WITH_KEY
  1. Run CryptoTelegramBot.py

Usage

  • Help:
!h
  • Get graphs for a given currency or all currencies:
!p <currency>
!p all
  • Add alerts for a given currency:
!a min <currency> <amount>
!a max <currency> <amount>
  • List all alerts:
!a list
  • Add a favourite:
!f [short_name] [full_name]
  • Remove a favourite:
!f remove [short_name]
  • List favourites:
!f
  • Toggle error notifications:
!e

About

A Telegram bot for tracking crypto currencies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •