From 17d8101e3a4e5492eb04ae710fc73c7db14aaba7 Mon Sep 17 00:00:00 2001 From: Heaven Date: Sat, 13 Aug 2016 11:29:14 -0300 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples.md b/Examples.md index 9007af6..3ecd3b4 100644 --- a/Examples.md +++ b/Examples.md @@ -7,6 +7,7 @@ Bots built using the `telegram.ext.Updater` class. * [Welcome Bot](https://github.com/jh0ker/welcomebot) greets everyone who joins a group chat * [Subscription bot] (https://github.com/AlexLoushkin/TelegramSubscriptionBot) helps organise a subscription for a news web site * [Vocaloid Bot](https://github.com/bomjacob/VocaBot) uses data from VocaDB.net to find all your favourite Vocaloid songs, artists and albums. +* [teleGit Bot](https://github.com/HeavenH) A bot to list the github repositories, show users information. # API Bots using the raw API.