Herror when i launch python3 main.py <target username>
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'
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.
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
pip3 install -r requirements.txt
Are you guys this bored not to read the README yourselves, without relying on AI?
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
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
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
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.
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
checkpoint_challenge_requiredmeans 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