From 3218083b76059b3b1b5b0fd3f6de21d1b4c9f6cd Mon Sep 17 00:00:00 2001 From: Michel Makarios Date: Sun, 26 Mar 2017 00:58:45 -0300 Subject: [PATCH] fix link to Simple-Echo-Telegram-Bot --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 96d2ec1..b45bf8f 100644 --- a/Examples.md +++ b/Examples.md @@ -16,7 +16,7 @@ Bots using the raw API. * [BismillahBot](https://github.com/rahiel/BismillahBot) shows the Noble Qur'an in English, Audio and Arabic. * [DevOps Reaction Bot](https://github.com/leandrotoledo/gae-devops-reaction-telegram-bot) sends latest or random posts from [DevOps Reaction](http://devopsreactions.tumblr.com/). Running on `Google App Engine `_ (billing has to be enabled for ful Socket API support). * [python-telegram-bot-GAE](https://github.com/FollonSaxBass/python-telegram-bot-GAE) little project to upload and run Telegram Bot on Google App Engine using python-telegram-bot library and webhooks -* [Simple-Echo-Telegram-Bot](https://github.com/sooyhwang/Simple-Echo-Telegram-Bot>) simple Python Telegram bot that echoes your input with Flask microframework, setWebhook method, and Google App Engine (optional). +* [Simple-Echo-Telegram-Bot](https://github.com/sooyhwang/Simple-Echo-Telegram-Bot) simple Python Telegram bot that echoes your input with Flask microframework, setWebhook method, and Google App Engine (optional). * [TwitterForwarderBot](https://github.com/franciscod/telegram-twitter-forwarder-bot) forwards you tweets from people that you have subscribed to. ---