Below you can find some basic examples of what DrillBot can do.
You should be able to run the examples with something like:
$ python examples/universalremotebot.py <token>
You'll have to create a bot and get the token on your own. See here: Telegram Bots FAQ - How do I create a bot?
Note that the telegram_drillbot
folder is to simulate a submodule, and leads to a symlink of the drillbot code.
Simulates a universal remote that can control music and lights. Demonstrates navigational menus and user input.
Here's what it looks like in action:
And here's a snippet showcasing its nested menu system: