https://github.com/alex-bormotov/telegram-chatting-bot
This bot able to answer user questions that you set in the config.
https://github.com/alex-bormotov/telegram-chatting-bot
chat-bot chatbot python3 telegram telegram-bot
Last synced: about 2 months ago
JSON representation
This bot able to answer user questions that you set in the config.
- Host: GitHub
- URL: https://github.com/alex-bormotov/telegram-chatting-bot
- Owner: alex-bormotov
- Created: 2019-11-25T08:25:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:14:51.000Z (over 3 years ago)
- Last Synced: 2025-01-28T10:44:34.176Z (over 1 year ago)
- Topics: chat-bot, chatbot, python3, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 1.18 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegram-chatting-bot
> This bot able answering user questions that you set in config, collect data (order, contact ...) from the user and send it to email. Also, the bot can send media files, like image, audio, video.
> See config_telegram.json.sample, config_email.json.sample for details.
> Or make telegram api key and start the bot for demo.
> You can add new button, messages, question forms, keyboards follow this format:
> Buttons must be named 'btn', messages - 'msg', forms, keyboards and button position on keyboard - like in config sample.
> Bot don't process empty values.