I want to get tweets from a specific topic from the topics section. But I couldn’t find this on the twitter api page or the tweepy website. how can I get this tweet with tweepy or twitter api? Below picture shows the topics I followed. I need to select one topic from here and save these tweets for the project.
I don’t think you can get those directly, but you can get similar things using context annotations Overview | Docs | Twitter Developer Platform
There’s a list of them here: GitHub - twitterdev/twitter-context-annotations: Flat files containing available context annotation entities.
And you can use these in a search query