MidnightRambo
Registered Member
- Jun 6, 2017
- 55
- 29
Hey BHW community,
I’ve been digging into some older automation tools like Jarvee and one thing that always intrigued me was how it managed to send direct messages (DMs) on Instagram.
To my knowledge, Instagram doesn’t offer an official API for sending DMs from personal accounts—and definitely not for automation. So here’s the thing I’m stuck on:
How did those tools actually pull it off? Were they reverse-engineering the mobile app API? Browser automation? Some sort of proxy magic?
I’m currently building a lightweight Python script for personal use, and one of the features I’d love to implement is automated DM sending (not many, probably 20 per day). But with all the current restrictions and Instagram cracking down harder than ever, I want to take a smart, stealthy approach.
So my two questions:
Looking forward to the black hat wisdom.
Thanks in advance
I’ve been digging into some older automation tools like Jarvee and one thing that always intrigued me was how it managed to send direct messages (DMs) on Instagram.
To my knowledge, Instagram doesn’t offer an official API for sending DMs from personal accounts—and definitely not for automation. So here’s the thing I’m stuck on:
How did those tools actually pull it off? Were they reverse-engineering the mobile app API? Browser automation? Some sort of proxy magic?
I’m currently building a lightweight Python script for personal use, and one of the features I’d love to implement is automated DM sending (not many, probably 20 per day). But with all the current restrictions and Instagram cracking down harder than ever, I want to take a smart, stealthy approach.
So my two questions:
- What was the actual mechanism tools like Jarvee used to send DMs reliably?
- What’s the best (and safest) way to send Instagram DMs using Python today—given all the changes to their platform?
Looking forward to the black hat wisdom.
Thanks in advance