34

I'm looking for a library to do requests to Viber messenger server. I need to:

  • send messages to users;
  • check sent messages delivery status;
  • check that a user has Viber account.

I know that Viber has no open API for developers, but maybe someone has experience with reverse engeneering of Viber protocol or some else methods of communication with Viber. Or if someone can do it, please, write me, I have a suggestion for you.

osgx
  • 90,338
  • 53
  • 357
  • 513
Vadim Kurochkin
  • 426
  • 1
  • 4
  • 6
  • Well, we do have it now - https://developers.viber.com/ – simalexan Nov 24 '16 at 01:34
  • [Disclaimer] It's a company I work for but under the roof, we are using official Viber API. Have a look at it - https://docs.amio.io/v1.0/reference#api-viber . – Amio.io Jul 25 '18 at 16:32

1 Answers1

2

All I did was createing an applicaion for UIautomate of viber message sending using viber desktop application. if you want to send bulk messages or messages to your contact do this way.

shahram
  • 41
  • 2
  • 1
    But uiautomator is for android only. How do you did it with viber desktop application? – mirt Jan 08 '15 at 10:44