I
I
ImVeryStupid2022-01-22 15:12:53
Automation
ImVeryStupid, 2022-01-22 15:12:53

How to automate inviting to viber community?

Nothing big, you just need to slowly add members to one community by phone number, about 1000-2000 in total. Obvious clumsy solution: mouserobot. But I would like to do it the right way.

As I understand it, the viber is written in some QT5 and AutoIt does not take it (does not see individual elements, only the window as a whole). You can connect some ui automation library, but so far I have not found a suitable example by which this can be implemented.

You can also code in VS in C # using Win Api, but it’s also still a dark forest ..

I also looked towards automation on android, specifically MacroDroid (purely because of the Russian-language interface), but I still haven’t figured out how to take the line (phone number) from file.

I programmed mainly in php js-jq but at the most primitive level, using examples.

Where else can you look or how to develop the above options, given that programming is only good examples, and English is really bad?)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
ImVeryStupid, 2022-02-07
@ImVeryStupid

In short, I end up using AutoIt + UIAutomate. Following the link , the topic with this library is immediately from the author, it can be downloaded (after registration), there is also a Russian-language example of how to connect (put it in the folder with the script and connect it in the script itself) and in the library itself all functions are described in Russian. Plus, an inspector is attached there, which gives out the id of the elements by which they can be searched for and interacted with. AutoIt itself is also well documented in Russian.
I also use MacroDroid, where you can take a line from a file using a shell command , but I turn to a Google table by a get request, where the script gives numbers in order.
Perhaps there are more options, but these have so far turned out to be the most handy and Russian-speaking

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question