Examples

In this section, there are some robots that are written with python-bale-bot.

basic.py

This robot will answer you with only some commands.

inline_markup.py

This example sheds some light on inline keyboards, callback queries and message editing.

attachment.py

A basic example of a bot that can send media

invoice.py

A basic example of a bot that can accept payments.

conversation.py

A common task for a bot is to ask information from the user.