I’m doing a project about climatechange and I want to get some hastags from Greta Thunberg’s timeline. I could not find ways to take particular hashtags from her account. What should I do ?
You have 2 options, depending on how far back you want to go.
You can use GET statuses/user_timeline | Docs | Twitter Developer Platform to get the last 3200 tweets and filter them yourself.
Or you can use the Search APIs: Overview | Docs | Twitter Developer Platform which one you use depends on what data you want (how far back in time)
I recommend Twarc to get started: Collect Twitter Data with Twarc! · Learn Twarc!