I'm soliciting you today because I've got a problem with selenium. My goal is to make a fully automated bot that creates an account with parsed details (mail, pass, birth date...) So far, I've managed to almost create the bot (I just need to access Gmail and get the confirmation code).
My problem is here, because I've tried a lot of things, I have a Failed to load resource: the server responded with a status of 429 ()
So, I guess, Instagram is blocking me.
how could I bypass this?
requests
module? You're going to need to research Instagram's request limits (not sure if that's public info) and build your bot accordingly. Most of the time you will be able to try again after a certain amount of time (Google Translate resets theirs at midnight I believe). But I would ultimately look for a different method because if you trip that when you run your bot too often it's gonna be a pain – Ministration