PrialKhan/mobile-ig — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a practical Python Instagram helper that feels like it uses the mobile app flow, not just a basic website script. I want to be able to sign in, deal with two factor verification if it comes up, save and reuse sessions, and have a simple way to run a few common account actions without touching low level request code. A small command line interface or very clear example scripts are fine.

Please make it easy to run on a normal machine, even if some parts depend on existing compiled modules in the repo. If there are separate mobile and desktop style login paths, keep both available and make it obvious when each one is used. Add a short setup note and a couple of simple tests or demos so I can confirm login, session restore, and at least one basic action are working.

Keep the code clean and straightforward, and look up current Instagram auth behavior online if you need to.

Want more depth? Deep Reverse