Added two bot examples

Guy Sheffer 2017-08-11 20:33:47 +03:00
parent ea69664239
commit 4aba359718

@ -13,7 +13,8 @@ Bots built using the `telegram.ext.Updater` class.
* [teleGit Bot](https://github.com/HeavenH/teleGit) A bot to list the github repositories, show users information. * [teleGit Bot](https://github.com/HeavenH/teleGit) A bot to list the github repositories, show users information.
* [Telemgur](https://github.com/vaniakosmos/telemgur) - bot for automatic broadcasting into Telegrams' channels. * [Telemgur](https://github.com/vaniakosmos/telemgur) - bot for automatic broadcasting into Telegrams' channels.
* [Vocaloid Bot](https://github.com/bomjacob/VocaBot) uses data from VocaDB.net to find all your favourite Vocaloid songs, artists and albums. * [Vocaloid Bot](https://github.com/bomjacob/VocaBot) uses data from VocaDB.net to find all your favourite Vocaloid songs, artists and albums.
* [TimeZone Bot](https://gist.github.com/guysoft/4f220fe407a9bff37e3feff9f60f83a7) An example bot that lets you pick a timezone. This bot also uses a class for its design pattern.
* [AlarmBot](https://github.com/guysoft/AlarmBot) This bot uses [crontab](https://en.wikipedia.org/wiki/Cron) to schedule audio alarms. The alarm command can be edited to schedule any kind of cron job for an IOT device.
# API # API
Bots using the raw API. Bots using the raw API.