I am posting 1000~2000 tweets per day, I need a way to know who is liking my tweets, is there any endpoint or a method to get a stream of likes as we get a stream of mentions with this endpoint
GET statuses/mentions_timeline
I mean that I need something like this TweetDeck tab, but as an endpoint.
So I can know when someone like any tweet of mine.
You should take a look at Account Activity API. It listens to user events such as followings, tweets, likes, etc. You can configure the webhook to listen to likes and then perform any action.
2 Likes
Pd: Also, love your project and have seen it used almost everywhere. Kudos 
2 Likes
Amazing, I think that this is the solution I need, thank you!
1 Like
Ironically, I need this stream of likes so you see Save to Notion mentions less often 
Haha smart. Glad it helps 