Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 991 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 991 Bytes

TelegramCryptoBot

A lightweight Cryptocurrency information grabber for Telegram using Python

Usage

Start a chat with it at: https://t.me/SNTRPriceBot

Or Setup:

Download and Install the Telegram.ext from https://github.com/python-telegram-bot/python-telegram-bot

Fill both the Coinmarketcap key as well as the Telegram bot key in the external txt file

Run - sudo Python3 main.py

Commands

/Price (Coin symbol) - Displays current price and statistics of the coin selected

/Top - Displays the ranking and prices of the top 10 cryptocurrencies

/Market - Displays total market statistics

/Help - Presents a list of the menu options

Current Plans

Currently I have put into place a cooldown that will only process commands every 20 seconds. Unfortunatly the bot still registers user requests and will persue them after the 20 seconds are up. I'd like to make a proper cooldown that will also ignore requests during the 20 seconds.

Depiction

alt text