An open API service indexing awesome lists of open source software.

https://github.com/lee-w/telegram_echobot

A flask implementation of Telegram Bot
https://github.com/lee-w/telegram_echobot

flask telegram-bot

Last synced: 2 months ago
JSON representation

A flask implementation of Telegram Bot

Awesome Lists containing this project

README

          

# Telegram Echobot
This is a flask implementation of Telegram Echobot and is well-structured for future modification.

For a minimal version, please check [minimal-flask](https://github.com/Lee-W/telegram_echobot/tree/minimal-flask) branch

## Usage
1. Apply an Telegram Bot from BotFather
2. Create a `credentails.py` to set `SECRET_KEY` and `TOKEN` or set these variables in environment variables
3 `python manage.py runserver`
4. Using `http://Your_Url/set_webhook` to set webhook URL
4. Start Chating with your bot

## Author
[Lee-W](https://github.com/Lee-W)