The idea is:
I used http-request to YouTube API, I get 10,000 query calls per day, but that runs out pretty fast since each call and it’s answer takes a lot of query tokens.
I have multiple accounts with 10,000 query credits per day, I will like to have an option to have multiple accounts on some sort of if this account limit is reached then use the next account and so on.
This could also be beneficial for others using other API services that only allow certain amount of query calls per day.
From this:
To this:
any help will be great on this.
Thank you

