I have selenium code that helps me send automated messages via Instagram on the web.
The thing is after about 200 - 250 DM's at a stretch the browser give me an error Something went wrong
and I can't access the textarea
element for sending the message.
I read some articles saying there's a daily limit to the amount of dm's that can be sent in a day, meanwhile I'm looking at sending about 1000+ messages at a stretch.
I'm sorry if my question seems off or there's no code but I'm genuinely curious to know if there's a way I can send about 1000 messages continuously at a stretch with selenium or are there API's that can be used to send dm's through the requests
library