From b70d9cb787bd0391abade39074c48ad93f347979 Mon Sep 17 00:00:00 2001 From: Jody LeCompte Date: Tue, 5 Sep 2017 01:18:34 -0500 Subject: [PATCH] Python tutorial - build a tweet bot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e6f976..d33b882 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * 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/) +* [Build a Tweet Bot With Python](https://scotch.io/tutorials/build-a-tweet-bot-with-python) ### 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/)