E
E
Evgeny_A2019-10-01 10:15:28
Bots
Evgeny_A, 2019-10-01 10:15:28

What is the best framework for developing a chat bot?

Hello.
I need to launch a chat bot in 3 days on 3 platforms at once:

  1. In contact with
  2. Facebook
  3. Telegram
  4. Instagram (Preferred)

It is necessary to give access to the already working function of the site through messages in instant messengers. I was looking for frameworks in Python or PHP, and they all seemed to me very sophisticated. I see such an ideal script structure:
  1. Connected framework libraries
  2. Added details for connecting to VK, Facebook and Telegram
  3. With one function I receive a message from any social network
  4. I process the message (the code is already ready)
  5. With one function I send a message to the connection where it came from

I plan up to 5000 bot users per month without load peaks. Which of the frameworks (preferably in Python) is guaranteed to be able to do this?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
Ivan Yakushenko, 2019-10-01
@kshnkvn

None of the frameworks for any language can do this. In the best case, what you can do is take a framework for each social network. network (or not take them at all, but access the API directly) and write a wrapper for them.

H
Hojiakbar Solizhanov, 2019-10-01
@newqwertyplayer

Try to read this https://habr.com/ru/post/456240/

K
Kirill Gorelov, 2019-10-01
@Kirill-Gorelov

I’m not hinting at anything, but I personally saw ready-made frameworks (libraries) on the github, the guys wrote for each of the social networks. I definitely saw it in php and python.
You go there and look for it.

D
Dmitry Bashinsky, 2019-10-01
@BashkaMen

The framework works exactly as you described, but the processing code will need to be ported.
For me personally, version 4 looks wild compared to 3, so in my free time I write my own framework that will work with different social networks, despite the fact that I write the code 1 time
https://github.com/Microsoft/botbuilder- python#packages

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question