Questions tagged [viber-bot-python]

This is a python library that wraps around the viber-api Bot HTTP API. It is compatible with Python versions 2.6 and up (including python-3.x).

This is a library that wraps around the bot HTTP API. It is compatible with Python versions 2.6 and up (including ).

Viber Bot API

The Viber Bot API is an HTTP-based interface created for developers keen on building bots for Viber.

18 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
-4
votes
1 answer

whats wrong in this code i want to send 100 messages in viber using python code

This is my code. I want to send 100 messages in Viber using Python code, and it gives this error: text_message: TextMessage = TextMessage(text=message, to=recipient) TypeError: TextMessage.init() got an unexpected keyword argument 'to' i changed…
1
2