From e31331287eeb65df55df97cc189ab72e89453002 Mon Sep 17 00:00:00 2001 From: TobaSharma <73877483+TobaSharma@users.noreply.github.com> Date: Tue, 9 Feb 2021 17:15:52 +0530 Subject: [PATCH] Added my bot --- Examples.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 735904e..a9fdb26 100644 --- a/Examples.md +++ b/Examples.md @@ -2,7 +2,8 @@ A non-exhaustive list of open-source bots built on `python-telegram-bot` in the # Updater Bots built using the `telegram.ext.Updater` class. - +* [RandomJokes] +(http://t.me/random_jokes_xbot) — This bot generates random jokes. * [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. [ᴛʀʏ ɪᴛ ᴏᴜᴛ](https://t.me/alarmbot) * [AmbroBot](https://github.com/Ambro17/AmbroBot) — This bot can search series or movies by name and lets you download them, it can also list latest yts movies, lets you set reminders, solve linear equations and a few other neat things [ᴛʀʏ ɪᴛ ᴏᴜᴛ](https://t.me/CuervoBot) * [BibTeXBot](https://gitlab.com/-/snippets/2069000) — This bot can convert bibliography identifiers to BibTeX entries [ᴛʀʏ ɪᴛ ᴏᴜᴛ](https://t.me/BibTexBot)