Giter Site home page Giter Site logo

yezz123 / soig Goto Github PK

View Code? Open in Web Editor NEW
152.0 5.0 23.0 142 KB

OSINT Tool gets a range of information from an Instagram account ๐Ÿ› 

License: MIT License

Python 100.00%
python python3 instagram osint osint-python profile instagram-osint caption picture-url osint-tool python-3 api information-gathering

soig's People

Contributors

dependabot[bot] avatar lkabuci avatar yezz123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

soig's Issues

KeyError: 'ProfilePage'

Hi,

Sorry if the error is "noob error" im just starting in Linux.

i'm running in Kali Linux 2020.4 and when i install and i give the permissions i start to search my username and error outputs:
File "main.py", line 16, in
ig = main(user=args["username"])
File "/home/kali/Desktop/SoIG/.lib/api.py", line 62, in init
self.get_profile()
File "/home/kali/Desktop/SoIG/.lib/api.py", line 70, in get_profile
self.p_data = self.data['entry_data']['ProfilePage'][0]['graphql']['user']
KeyError: 'ProfilePage'

Can any one help me to understand this issue or/and solve?
Thanks in advance

Doesn't work...get this error msg

+] getting profile ...Traceback (most recent call last):
File "/home/benbangli/SoIG/main.py", line 16, in
ig = main(user=args["username"])
File "/home/benbangli/SoIG/.lib/api.py", line 62, in init
self.get_profile()
File "/home/benbangli/SoIG/.lib/api.py", line 69, in get_profile
self.data = json.loads(more_data[3].get_text()[21:].strip(';'))
File "/usr/lib/python3.9/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.9/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.9/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Error

[+] getting profile ...Traceback (most recent call last):
File "/home/kali/Instagram Tools/SoIG/main.py", line 19, in
ig = main(user=args["username"])
File "/home/kali/Instagram Tools/SoIG/api/api.py", line 64, in init
self.get_profile()
File "/home/kali/Instagram Tools/SoIG/api/api.py", line 76, in get_profile
self.data = json.loads(more_data[3].get_text()[21:].strip(";"))
IndexError: list index out of range

showing syntax error

File "/home/kali/SoIG/main.py", line 19, in
ig = main(user=args["username"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/SoIG/api/api.py", line 64, in init
self.get_profile()
File "/home/kali/SoIG/api/api.py", line 76, in get_profile
self.data = json.loads(more_data[3].get_text()[21:].strip(";"))
~~~~~~~~~^^^
IndexError: list index out of range

BRUH!

Program throws errors

Command ran: python3 main.py -u (username)

Python on version 3.10.5, running on Kali Linux

[+] getting profile ...Traceback (most recent call last):
  File "/home/kali/SoIG/main.py", line 19, in <module>
    ig = main(user=args["username"])
  File "/home/kali/SoIG/api/api.py", line 64, in __init__
    self.get_profile()
  File "/home/kali/SoIG/api/api.py", line 76, in get_profile
    self.data = json.loads(more_data[3].get_text()[21:].strip(";"))
IndexError: list index out of range

Error

getting profile ...Traceback (most recent call last):
File "C:\Users\NADIRPC\Downloads\My-Github\SoIG\main.py", line 19, in
ig = main(user=args["username"])
File "C:\Users\NADIRPC\Downloads\My-Github\SoIG\api\api.py", line 61, in init
self.get_profile()
File "C:\Users\NADIRPC\Downloads\My-Github\SoIG\api\api.py", line 69, in get_profile
self.data = json.loads(more_data[3].get_text()[21:].strip(';'))
File "C:\Users\NADIRPC\AppData\Local\Programs\Python\Python39\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\NADIRPC\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\NADIRPC\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

[Windows 7 x64] json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Getting following Error while using SoIG on Windows, any Fix?

[+] getting profile ...Traceback (most recent call last):
File "main.py", line 16, in
ig = main(user=args["username"])
File "C:\OSINT\SoIG-master/.lib\api.py", line 62, in init
self.get_profile()
File "C:\OSINT\SoIG-master/.lib\api.py", line 69, in get_profile
self.data = json.loads(more_data[3].get_text()[21:].strip(';'))
File "C:\Python3\lib\json_init_.py", line 348, in loads
return _default_decoder.decode(s)
File "C:\Python3\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python3\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Suggestion: ID profile

It would be interesting if the tool collected the profile id on instagram, as it is an identifier that does not change, even changing the username.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.