P
P
Pavel Ryabov2019-08-14 18:20:35
Python
Pavel Ryabov, 2019-08-14 18:20:35

Chat bot for VK?

I want to make a chat bot for VK, which can parse or otherwise read the interlocutor's SMS, analyze them on my back and respond to him. API VK is not interested, I write everything in Python + Selenium. You need to store a database with response rules somewhere, the question is How to write these response rules (after all, the if - else construction is unlikely to work here) and how to push them into the database? Well, how to parse SMS in VK? By the way, there is an unloading of dialogues from Twine, maybe it will help somehow.
Can anyone point me to a source where I can find this information? Vids there or articles, books?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
Hiccup Heddok, 2019-08-14
@Hiccup

Why reinvent the wheel? The vk_api library is not so complex as to use seleniumom instead. In addition, using the API will be faster.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question