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
- Host: GitHub
- URL: https://github.com/lee-w/telegram_echobot
- Owner: Lee-W
- License: mit
- Created: 2017-03-23T12:42:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-31T11:07:36.000Z (over 6 years ago)
- Last Synced: 2025-01-29T09:49:39.331Z (over 1 year ago)
- Topics: flask, telegram-bot
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)