So I'm trying to do a subscription comparator based on a google sheets. The g sheets has subscription characteristics in the first row and every other row is a subscription (g sheets so you can see what I mean) I have tried differents method but they didn't suceed with any of them (this one was great but it sent too many request and therefore the API blocked me after 100 request /100 seconds. I also tried to apply the link/unlink method for batching commands but it didn't work either).
Therefore I would need your help. I have very litlle knowledge in python though. I have downloaded pygsheets but really I don't care of what I need to do to suceed.
If you want an example it would be something like that : User typing whatv he want for price, GB of mobile data, etc and it return subscription that match his criterias. Here I am just asking to solve the first part which is to have rows that match criterias; The user enter a criterias problem is not for now.