B
B
B_M2018-10-29 17:03:03
Visual Basic
B_M, 2018-10-29 17:03:03

Is it possible to get data from Viber with a macro in Excel?

There is a viber group. It is necessary that by pressing a button in an Excel table, the macro checks the messages in this group and writes their content and publication time to this table. Can this be done using the built-in VBA language? If not - tell me what tools can be used to solve this problem.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
stratosmi, 2018-10-29
@stratosmi

https://developers.viber.com/docs/api/rest-bot-api/

O
Oleg, 2018-10-29
@OlegPyatakov

Can this be done using the built-in VBA language?

Yes, it is generally feasible. From VBA, you can make HTTP requests, respectively, use external APIs.

E
Eugene Kuznetsov, 2018-11-09
@KEugene

From the 16th version, interesting functions WEBSERVICE and FILTER.XML appeared in Excel. And, of course, a lot of options on request, including from the Internet. This is without VBA.
Well, if everything is complicated, then almost everything can be done through a macro. As a last resort, it is also possible to make a direct call to the dll function.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question