kevmaindev/Instagram-Dms-Sender — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool that can help me send Instagram direct messages to a list of usernames I provide. I want to put the target usernames in one text file and a few possible message templates in another, then run one command and have it open Instagram, log in, and send one random message to each person.
Please make it practical for normal use. It should save my login session so I don’t have to log in every time, handle common Instagram popups, add realistic pauses so it doesn’t act too fast, and keep a record of who already got a message so it doesn’t send duplicates. If a username fails, remove it or mark it clearly so I can review it later.
Use Playwright in Python for the browser automation, and let me store my Instagram username and password in a local env file. Keep the setup simple with clear instructions. Add a note to use it responsibly and follow Instagram rules.
Want more depth? Deep Reverse