Max bot for support. Helps the people to connect to customers through the bot. Based on repository by Mikhail Klimenko. Honestly, all the code is his, I have only added communication with the group and the greeting message.
- Works with max-bot-api
- Connect the user with the group of owners
- Stores message history with the SQL databse
- Node.js
- Max bot with API access
- Clone the repository:
git clone https://github.com/amax3se/Max_Support_bot.git cd Max_Support_bot - Set up environment variables:
- Copy .env.example to .env
- Fill in your Max bot token
-
node bote.js
- Add bot to the group.
- Customer
- Writes smth to bot.
- If he/her writes to bot for the first time, then bot answers him with the greetings message.
- Bot forward message to the moderators group.
- Moderator
- Sees customer message in group.
- Replies to the message.
- Bot forward message to the customer.
- Repeate
- Javascript
- max-bot-api library
- Database
MIT