I’ve only recently discovered Postman, and I have minimal coding knowledge. I’m wondering if it’s possible to make a series of requests, pulling a number of hashtag-containing tweets from specific time periods, for example, searching for 1000 tweets containing “#example1” or “#example2” during 2022.01.01 - 2022.10.10.
I’ve managed to pull regular tweets from specific time frames via the “Search Tweets” function in Postman’s Twitter API v2 workspace, but I’m also wondering if another function might serve this purpose better.
apologies. it seems it is very much possible to achieve this, as i’ve managed to make a few successful requests. i’m having some trouble with my query parameters, however, having included lang:en and -is:retweet within the query, yet still receiving rt’s and non-english responses. would it be appropriate to seek help for this issue here?