Viberex v0.2.0 Viberex View Source
Provides access to Viber REST API.
Reference
https://viber.github.io/docs/api/rest-bot-api
Link to this section Summary
Functions
The broadcast_message API allows accounts to send messages to multiple Viber users who subscribe to the account
Get public account details
The get_online request will fetch the online status of a given subscribed account members
The get_user_details request will fetch the details of a specific Viber user based on his unique user ID
The post API allows the Public Account owner to post a message in the Public Account’s public chat
Sending message to users who subscribe to the public account
Setting webhook for receiving callbacks and user messages from Viber. Removing the webhook is done by calling with an empty string
Link to this section Functions
The broadcast_message API allows accounts to send messages to multiple Viber users who subscribe to the account
Get public account details
The get_online request will fetch the online status of a given subscribed account members
The get_user_details request will fetch the details of a specific Viber user based on his unique user ID.
The post API allows the Public Account owner to post a message in the Public Account’s public chat.
Sending message to users who subscribe to the public account
Setting webhook for receiving callbacks and user messages from Viber. Removing the webhook is done by calling with an empty string.