Skip to content

This Python Telegram bot tracks cryptocurrency prices with commands like /add, /remove, /show, and /fetch. It utilizes the CoinGecko API to fetch real-time prices. Users can set automatic updates using /repeat and stop them with /stop_repeat. The code is uses the python-telegram-bot library.

Notifications You must be signed in to change notification settings

matmoja/crypto-telegram-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-telegram-bot

note: this project is still in the works

Introduction

Crypto Telegram Bot is a Telegram bot that allows users to track cryptocurrency prices and receive updates at specified intervals.

Features

  • Add and remove cryptocurrencies to/from tracking list
  • Fetch current prices of tracked cryptocurrencies
  • Set up automatic price updates at specified intervals

Getting Started

Follow these steps to get the bot up and running:

Before starting

  • Python 3.x
  • Telegram Bot Token (Create a new bot on Telegram and obtain the token)

Installation

  1. Clone the repository:
    git clone https://github.com/matmoja/crypto-telegram-bot.git
    cd crypto-telegram-bot

About

This Python Telegram bot tracks cryptocurrency prices with commands like /add, /remove, /show, and /fetch. It utilizes the CoinGecko API to fetch real-time prices. Users can set automatic updates using /repeat and stop them with /stop_repeat. The code is uses the python-telegram-bot library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages