Viber API to add users to groups? Possible?

I've an upcoming task where I need to add some people to around 65 viber groups. (Viber is like whatsapp but worse).
Is there a way to automate this?

Hi @Ihattaren,

take a look at the Viber REST API | Viber Developers Hub.

1 Like

Thanks. Never coded any rest api, any starter guide to get started practically?

You can use Python, PHP and many other languages to call a REST API via HTTP requests , see e.g. Python and REST APIs: Interacting With Web Services – Real Python. Or even bash: Shell script call API via curl and process response - Stack Overflow (although not recommended, a bit cumbersome).

2 Likes

Thank you for the gem. I won't do it with bash lol. I know the fun :frowning:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.