Twitter API query hashtag
I'm trying to collect tweet data which has specific hashtag by using twitter api. I use the python code below. https://github.com/twitterdev/Twitter-API-v2-sample-code/blob/master/Recent-Search/recent_search.py It does work seemingly. However, when I change the line 14 from query = "from:twitterdev -is:retweet" to query =…