Twitter API: How to make query keep running?
Novice programmer here seeking help. I already set up my code to my requirements to use the Twitter's premium API. SEARCH_TERM = '#AAPL OR #FB OR #KO OR #ABT OR #PEPCO' PRODUCT = 'fullarchive' LABEL = 'my_label' r = api.request('tweets/search/%s/:%s'…