hello, i am a master’s student and i have no idea about coding and twitter API’s. i have watched videos about it and got the idea but cannot use the “postman” for collecting tweets with the certain keyword and the bios of the users who tweets about that certain keyword.
can you give me suggestions? should i use tweepy or something else? which "value"s should i use and where should i write them? i am totally clueless, i would appreciate if anybody can help. thank you in advance.
I recommend using twarc as a command line tool:
Requires no coding but does require some familiarity with a terminal / PowerShell.
You can only match user descriptions with a live filter stream, you can’t search for users with it, so you will only get results when the users tweet: Filtered stream - How to build a rule | Docs | Twitter Developer Platform and you need academic access to get those bio filters to work.
Another example here: