ivanlohvyn / CoinGecko_TelegramBotAPI

Telegram bot API for CoinGecko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoinGecko_Telegram_Bot_API

Simpe Telegram bot API with python and Webhook to get actual cryptocurrency price from CoinGecko price-tracking website for cryptoassets.

Requirements

  1. Python v3.7.0
  2. Flask v1.1.2
  3. Flask-SSLify v.0.1.5

Usage

  1. Create Telegram bot with BotFather
  2. Specify Telegram token in main.py
URL = "https://api.telegram.org/bot<YOUR_BOT_TOKEN>/"
  1. Configure PythonAnywhere or another web hosting service for app.

Check following tutorial for more detail: https://github.com/ivanlohvyn/CoinGecko_TelegramBotAPI-tutorial-

About

Telegram bot API for CoinGecko


Languages

Language:Python 100.0%