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

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.

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.