Is there any way to retrive tweet activity (Impressions, Total engagements) of my own tweets by using tweepy (or maybe any other twitter library for python).
I'm using this simple code, but i couldn't found any way to retrive tweet activity:
import tweepy
auth = tweepy.OAuthHandler(consumer_key, consumer_secret)
auth.set_access_token(access_token, access_token_secret)
api = tweepy.API(auth)
I am afraid this feature is available to the Engagement API which is only for Enterprise/Business accounts
The Engagement API provides access to Tweet impression and engagement metrics.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With