osintgram
https://github.com/datalux/osintgram
Python
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported6 Subscribers
Add a CodeTriage badge to osintgram
Help out
- Issues
- problem when starting the tool
- No module name 'request' issue?
- got error plz help
- Error parsing error response: Expecting value: line 1 column 1 (char 0)
- Followers number and email error
- Error parsing error response: expected value: line 1 column 1 (char 0). <username> does not exist please enter a valid username
- it's not working
- ClientError Bad Request: block_eu_user_login_in_old_app (Code: 400, Response: {"message":"You'll need to update Instagram to the latest version before you can use the app.","status":"fail","error_type":"block_eu_user_login_in_old_app"})You'll need to update Instagram to the latest version before you can use the app.: Bad Request: block_eu_user_login_in_old_app
- No module named geopy
- Attempt to login... Traceback (most recent call last): File "/home/mario123/Osintgram/main.py", line 121, in <module> api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/mario123/Osintgram/src/Osintgram.py", line 46, in _init_ self.login(u, p) File "/home/mario123/Osintgram/src/Osintgram.py", line 1115, in login self.api = AppClient( ^^^^^^^^^^ File "/home/mario123/.local/lib/python3.11/site-packages/instagram_private_api/client.py", line 105, in _init_ user_settings.get('uuid') or self.generate_uuid(False)) ^^^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'get
- Docs
- Python not yet supported