Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
Misc
8.8K+ articles
Mathematical
7.8K+ articles
Python-Tweepy
102+ posts
Recent Articles
Popular Articles
Extracting Tweets containing a particular Hashtag using Python
Last Updated: 29 December 2021
Twitter is one of the most popular social media platforms. The Twitter API provides the tools you need to contribute to, engage with, and analyze the conversation happenin...
read more
Python
Python-Tweepy
Python - Media object in Tweepy
Last Updated: 21 June 2020
Twitter is a popular social network where users share messages called tweets. Twitter allows us to mine the data of any user using Twitter API or Tweepy. The data will be ...
read more
Python
Python-Tweepy
Python Tweepy – Getting the language of a tweet
Last Updated: 21 June 2020
In this article we will see how we can fetch the language of a tweet/status. The lang attribute of the Status object indicates the language of the status. The language is ...
read more
Python
Python-Tweepy
Python Tweepy – Getting the number of tweets a user has tweeted
Last Updated: 18 June 2020
In this article we will see how we can get number of statuses/tweets a user has tweeted/updated. The statuses_count attribute provides us with an integer which denotes the...
read more
Python
Python-Tweepy
Python Tweepy – Getting the number of tweets a user has liked
Last Updated: 18 June 2020
In this article we will see how we can get number of statuses/tweets a user has liked/favourited. The favourites_count attribute provides us with an integer which denotes ...
read more
Python
Python-Tweepy
Python Tweepy – Getting the time when a user was created
Last Updated: 18 June 2020
In this article we will see how we can get the time and date when a user created their Twitter account. The created_at attribute provides us with a datetime object denotin...
read more
Python
Python-Tweepy
Python Tweepy – Getting the number of lists a user has been added to
Last Updated: 18 June 2020
In this article we will see how we can get the number of lists a user has been added to. The listed_count attribute provides us with an integer denoting the number of publ...
read more
Python
Python-Tweepy
Python Tweepy – Checking whether a tweet has been retweeted or not
Last Updated: 18 June 2020
In this article we will see how we can check whether a tweet/status has been retweeted by the authenticated user or not. The retweeted attribute of the Status object indic...
read more
Python
Python-Tweepy
Python Tweepy – Checking whether a tweet has been liked or not
Last Updated: 18 June 2020
In this article we will see how we can check whether a tweet/status has been liked/favourited by the authenticated user or not. The favorited attribute of the Status objec...
read more
Python
Python-Tweepy
Python Tweepy – Getting the number of times a tweet has been favourited
Last Updated: 18 June 2020
In this article we will see how we can get the number of times a tweet/status has been favourited. The favorite_count attribute of the Status object provides us with the n...
read more
Python
Python-Tweepy
Python Tweepy – Getting the source of a tweet
Last Updated: 18 June 2020
In this article we will see how we can get the source of a status/tweet. The source of the tweet tells us how the tweet was posted. Some examples of sources are : Twitt...
read more
Python
Python-Tweepy
Python Tweepy – Getting the number of times a tweet has been retweeted
Last Updated: 18 June 2020
In this article we will see how we can get the number of times a tweet/status has been retweeted. The retweet_count attribute of the Status object provides us with the num...
read more
Python
Python-Tweepy
Python Tweepy – Getting the text of a tweet
Last Updated: 18 June 2020
In this article we will see how we can get the text of a status/tweet. A tweet can only have a maximum of 280 characters. The text attribute of the Status object provides ...
read more
Python
Python-Tweepy
Python Tweepy – Getting the date and time when a tweet was tweeted
Last Updated: 18 June 2020
In this article we will see how we can get the date and time when a status/tweet was posted/tweeted. The created_at attribute of the Status object provides us with a datet...
read more
Python
Python-Tweepy
Python Tweepy – Getting the ID of a status
Last Updated: 18 June 2020
In this article we will see how we can get the ID of a status. Each status or tweet has a unique ID. The id attribute of the Status object provides us with the ID of the s...
read more
Python
Python-Tweepy
1
2
3
4
5
6
7
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !