Is it possible to extract the topic a Tweet falls under with Tweepy? Given a set of tweets, I want to get a general idea of what they’re about (Technology, Startup/VC, Sports, Memes, etc)

If you’re talking about the new Annotations, Twitter Developer Labs | Docs | Twitter Developer Platform then no - tweepy doesn’t support Labs API yet, but you might be able to call that manually instead

2 Likes

Yes, this is what I need! Thank you.

How would I do this manually? (new to using APIs and such here)
Any relevant tutorials / resources would be helpful!

Sure, the example code should be a good starting point: GitHub - twitterdev/labs-sample-code: Sample code for Twitter Developer Labs

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.