Build Twitter Bots With Python Django and Tweepy
- Description
- Curriculum
- FAQ
- Reviews
This course will equip you with skills in building twitter bots that will help you build a following on twitter for business or fun. You don’t need any prior skills as I will take you through the process of creating twitter developer accounts, Installing python django framework, Installing tweepy library and using tweepy library to build bots on python django framework and postgresql database.
I will show you how to build a like tweets bot based on two filter parameters: Good keywords and bad keywords. If there is any good keyword in a tweet my bot will like the tweet and if a tweet will have both good keywords and bad keywords then it will skip liking the tweet. I will also take you through the retweet tweets bot that has the same behavior as the like tweet bot. You will also learn how to send a welcome message automatically to new followers. The bot will not send a welcome message to old followers. You will also learn how to download direct messages to your postgress database with the last bot that saves direct messages to postgresql.
Python is machine independent so you can use your windows, linux or mac machines to go through this course
-
2IntroductionVideo lesson
-
3How to install python on macVideo lesson
-
4How to install Integrated development environment on MacVideo lesson
-
5How to verify the version of python installed on your machineVideo lesson
-
6How to install virtual environment on macVideo lesson
-
7How to install python on windowsVideo lesson
-
8How to install integrated development environment on windowsText lesson
-
9How to install virtual environment on windowsVideo lesson
-
10How to install python in linuxText lesson
-
11How to install visual studio code in linuxText lesson
-
12How to install virtual environment on linuxText lesson
-
13Which command is used for verifying python version?Quiz
Test your knowledge on python installation.
-
14IntroductionVideo lesson
-
15What is djangoText lesson
-
16How to install django on your local machine outside virtual environmentVideo lesson
-
17How to create django project folder and setup virtual environment folderVideo lesson
-
18How to install django in virtual environmentVideo lesson
-
19How to create a django superuser and run our django projectVideo lesson
-
20How to update from sqlite 3 to postgress databaseVideo lesson
-
21Which command is used for installing django?Quiz
Test your knowledge of django installation
-
22What is the default database in Django settings.py?Quiz
Test your knowledge of databases used in Django
-
23IntroductionVideo lesson
-
24How to create models in djangoVideo lesson
-
25How to register models in the admin dashboard in djangoVideo lesson
-
26How to install libraries in djangoVideo lesson
-
27Where do you register models to show up in admin dashboard admin?Quiz
Test your knowledge of models
External Links May Contain Affiliate Links read more