Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

Herror when i launch python3 main.py <target username>

Open KUTIRAMO opened this issue 11 months ago • 7 comments

Hello everyone i have this error help me pls : ┌──(root㉿kutoramo)-[/home/kutoramo/Osintgram] └─# python3 main.py enzo.cvl10 Traceback (most recent call last): File "/home/kutoramo/Osintgram/main.py", line 3, in <module> from src.Osintgram import Osintgram File "/home/kutoramo/Osintgram/src/Osintgram.py", line 14, in <module> from instagram_private_api import Client as AppClient ModuleNotFoundError: No module named 'instagram_private_api'

KUTIRAMO avatar Jan 03 '25 10:01 KUTIRAMO

pip install instagram_private_api After installing the module, try running your script again. If you encounter any further issues, feel free to ask for help.

Samuel-Michels avatar Jan 05 '25 17:01 Samuel-Michels

pip install instagram_private_api After installing the module, try running your script again. If you encounter any further issues, feel free to ask for help.

doesn't work

nikola-aleksandrov avatar Jan 17 '25 22:01 nikola-aleksandrov

pip3 install -r requirements.txt

Are you guys this bored not to read the README yourselves, without relying on AI?

BC100Dev avatar Jan 21 '25 17:01 BC100Dev

This happens because the project haven't been updated to use the latest Instagram API ( after their update 2024Sep ), I fixed this problem in this forked version

amir-hosseinpour avatar Feb 05 '25 04:02 amir-hosseinpour

This happens because the project haven't been updated to use the latest Instagram API ( after their update 2024Sep ), I fixed this problem in this forked version

@amir-hosseinpour I tried running your repo fork dockerized. I kept getting

Image

spell1612 avatar Jun 17 '25 10:06 spell1612

This happens because the project haven't been updated to use the latest Instagram API ( after their update 2024Sep ), I fixed this problem in this forked version

@amir-hosseinpour I tried running your repo fork dockerized. I kept getting

Image

checkpoint_challenge_required means that you have to do something that Instagram tells you to do, meaning that your account has been blocked due to "suspicious activity" or whatever. If you don't get any link from any errors, then log into Instagram on the Web or via your phone, and you'll be able to finish it.

BC100Dev avatar Jun 17 '25 10:06 BC100Dev

This happens because the project haven't been updated to use the latest Instagram API ( after their update 2024Sep ), I fixed this problem in this forked version

@amir-hosseinpour I tried running your repo fork dockerized. I kept getting Image

checkpoint_challenge_required means that you have to do something that Instagram tells you to do, meaning that your account has been blocked due to "suspicious activity" or whatever. If you don't get any link from any errors, then log into Instagram on the Web or via your phone, and you'll be able to finish it.

I did get a link from the error from the OG repo. It kept giving me this when I paste it on desktop chrome. I'll give it a try on my phone

Image

spell1612 avatar Jun 17 '25 10:06 spell1612