Automate Twitter Bot in Python and manage it via Twitter API, that will help perform actions in an automated manner. To Automate Twitter Bot in Python, we need to access the tools and the API by Twitter; for that we will learn how to create a Twitter Developer Account. Twitter Bot is a Twitter account managed via the Twitter API that performs actions in an automated manner. Most of what you regularly do through Twitter's graphical interface is also available through its API. For instance, you could automate sending tweets at scheduled hours, replying to tweets with a predefined text, or following/un-following other accounts. Tweepy is a library that mainly accesses HTTP POST and GET methods to interact with the Twitter-API. In case you are interested in how it works, you can check out the Tweepy library under /local/python/installation/site-packages/tweepy/ and look into the file “api.py” where you find the function “request” with the variable “method”. It is usually set to either “POST” or “GET”:
-
Notifications
You must be signed in to change notification settings - Fork 0
Automate Twitter Bot in Python and manage it via Twitter API, that will help perform actions in an automated manner. To Automate Twitter Bot in Python, we need to access the tools and the API by Twitter; for that we will learn how to create a Twitter Developer Account.
License
varma59/twitter_bot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Automate Twitter Bot in Python and manage it via Twitter API, that will help perform actions in an automated manner. To Automate Twitter Bot in Python, we need to access the tools and the API by Twitter; for that we will learn how to create a Twitter Developer Account.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published