Questions tagged [viber-bot]

The Bot API is an HTTP-based interface created for developers keen on building bots for Viber which is an instant-messaging app with documented API. Use this tag if you're writing a Viber bot and have a specific question regarding the Bot API.

Links:

47 questions
0
votes
1 answer

Send "welcome message" with keyboard to Viber bot

Viber API allows to send some message on conversation_started event type to allow user to subscribe. From documentation about "welcome message", I see following code, that successfully sends text and image: { "sender": { "name": "John…
wowkin2
  • 5,895
  • 5
  • 23
  • 66
0
votes
1 answer

Python - How to send message with Viber bot?

I want to create some sort of Viber bot to send messages to Viber user, actually just to notify them. I've tried to follow their documentation, but I couldn't make it work, because it was not clear to me at all. So, can you guys provide me some…
Dawid
  • 148
  • 9
1 2 3
4