Count number of Tweets from the past 30 days using Twurl
问题 To request tweets from the Standard search API with a specific hashtag, I've done twurl "/1.1/search/tweets.json?q=#jesus" Tht worked fine. Now wanting to use the Premium search APIs to count the tweets from the past 30 days with the hashtag jesus. In it, there's a Counts endpoint, /search/:label/counts . For the tweets from the past 30 days, that's the endpoint pattern, /search/30day/:label/counts.json . I've created a Search Tweets: 30-Days Sandbox with name stackoverflow (that is the label