From 9cf3e7223464dcf2c0efc76024c8870780d3130d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=B4=D0=B8=D0=BB=D1=8C=20=D0=A5=D0=B0=D1=88=D1=82?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Tue, 13 Jun 2017 09:33:24 +0600 Subject: [PATCH 1/3] Create README.md Added second part tutorial to Python section on deploying Telegram bot to production environment. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cb440e..7b71ae6 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build a Facebook Messenger Bot](https://blog.hartleybrody.com/fb-messenger-bot/) * [Making a Reddit + Facebook Messenger Bot](https://pythontips.com/2017/04/13/making-a-reddit-facebook-messenger-bot/) * [How To Create a Telegram Bot Using Python](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/) +* [How To Deploy a Telegram Bot](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/) ### Miscellaneous: * [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/) * [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/) From dc0a5f4f4e1cdbe2de5302137afaf23bf48abbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=B4=D0=B8=D0=BB=D1=8C=20=D0=A5=D0=B0=D1=88=D1=82?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Tue, 13 Jun 2017 09:34:11 +0600 Subject: [PATCH 2/3] Create README.md Updated Telegram tutorials --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b71ae6..33c6465 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [How to Make a Reddit Bot - YouTube](https://www.youtube.com/watch?v=krTUf7BpTc0) * [Build a Facebook Messenger Bot](https://blog.hartleybrody.com/fb-messenger-bot/) * [Making a Reddit + Facebook Messenger Bot](https://pythontips.com/2017/04/13/making-a-reddit-facebook-messenger-bot/) -* [How To Create a Telegram Bot Using Python](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/) -* [How To Deploy a Telegram Bot](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/) +* [How To Create a Telegram Bot Using Python Part 1](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/) +* [How To Deploy a Telegram Bot Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/) ### Miscellaneous: * [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/) * [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/) From f66d2f5b460febfb819347269fa9cd5e20ff9635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=B4=D0=B8=D0=BB=D1=8C=20=D0=A5=D0=B0=D1=88=D1=82?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Tue, 13 Jun 2017 09:38:08 +0600 Subject: [PATCH 3/3] Create README.md Reformatted tutorial on Telegram bot according to contributing rules --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33c6465..6000502 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [How to Make a Reddit Bot - YouTube](https://www.youtube.com/watch?v=krTUf7BpTc0) * [Build a Facebook Messenger Bot](https://blog.hartleybrody.com/fb-messenger-bot/) * [Making a Reddit + Facebook Messenger Bot](https://pythontips.com/2017/04/13/making-a-reddit-facebook-messenger-bot/) -* [How To Create a Telegram Bot Using Python Part 1](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/) -* [How To Deploy a Telegram Bot Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/) +* How To Create a Telegram Bot Using Python + * [Part 1](https://khashtamov.com/en/how-to-create-a-telegram-bot-using-python/) + * [Part 2](https://khashtamov.com/en/how-to-deploy-telegram-bot-django/) ### Miscellaneous: * [Build a Simple Interpreter](https://ruslanspivak.com/lsbasi-part1/) * [Write a NoSQL Database in Python](https://jeffknupp.com/blog/2014/09/01/what-is-a-nosql-database-learn-by-writing-one-in-python/)