Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

DrillBot Examples

Table of contents

Introduction

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.

Examples

Simulates a universal remote that can control music and lights. Demonstrates navigational menus and user input.

Here's what it looks like in action:

Demo: greet

And here's a snippet showcasing its nested menu system:

Demo: lights