Error 429 when using the python module instabot with any online IDE?

Viewed 21

I am trying to use the module "instabot" to automate instergram 24/7. Ive been trying to use online IDEs like replit to run online 24/7 so I dont have to leave my computer on but the same error keeps occuring. (error 429) Is there a way to stop this from happening or another way of keeping code running online? Thanks

from instabot import Bot


bot = Bot()

bot.login(username="your username", password="your password")

print("logged in")
0 Answers
Related