- About
- Demo / Working
- How it works
- Usage
- Prerequisites
- Deploying your own bot
- Built Using
- Authors
- Acknowledgments
This a simple template for a help bot in Telegram for small businesses.
Also, it includes a full guide how to do it from a start to the end here.
will do
This bot template comes with basic functionality to get you started, like /start and /help.
As well as basic functionality it comes with a command to message You indirectly. You can answer them back using the same bot, or you can message them from your personal account.
To use the bot, follow instructions in the guide
/dm Hello, I have a question!
On their screen:
Thank you, (their name) for contacting me! I will get back to you as soon as possible.
On your screen:
(their username) (their name) sent a private message to you: Hello, I have a question! To respond: /answer (their id) (answer)
- Python installed
You can run the bot on your personal computer, like shown in the guide
OR
You can message me to deploy it on my own server
- Python 3.13
- python-telegram-bot
- @andrinoff - All work
See also the list of contributors who participated in this project.
- This is for anyone, who owns a small business and wants a help bot in Telegram. Even if they don't know how to code.
