Automating request creation changing time period slightly each time

Hi all,

Speculative question - I am trying to gather Twitter data over a long time horizon of several months. However, in order to not exceed my volume limit, I’m making requests tweets for one minute every hour over the months. This means I have a huge number of requests to make which will each only differ in the time period I am searching for - only a change to the hour or day as I will be looking at the first minute of every hour. Does anyone have an idea on how to avoid making 1000s of very similar requests manually? As soon as I’ve made them I should be able to run them in groups in collections