Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.15k stars 1.98k forks source link

main.py cannot open #405

Open apambalik1337 opened 2 years ago

apambalik1337 commented 2 years ago

python3 main.py ..... python3: can't open file 'main.py': [Errno 2] No such file or directory

massooti commented 2 years ago

@aminzikryy you run this command in wrong place indeed, Its better to check where exactly you are , and also check does it main.py file exists or not!!!

apambalik1337 commented 2 years ago

@x you run this command in wrong place indeed, Its better to check where exactly you are , and also check does it main.py file exists or not!!!

I did as I was supposed to, and the main.py file existed ahhh

S488U commented 2 years ago

python3 main.py ..... python3: can't open file 'main.py': [Errno 2] No such file or directory

  1. Make sure that you are Installed python3 ( linux- apt install python3 ), ( pkg install python3 )
  2. Make sure, thqt you have in osintgram directory.
  3. Make sure your command is right ( python3 main.py target-username )
vidgix commented 2 years ago

i cant run python3 main.py , and then i tried python main.py without 3 bcz i see the solution in stack overflow, and now the output is like this AttributeError: module 'collections' has no attribute 'Callable' and i think this error in the code and idk what should i do :|

Fansaz commented 2 years ago

I'm having a different error and I am entering the command in the Osintgram dir file:///home/fansaz/Pictures/Screenshot_2022-01-13_17_08_55.png

S488U commented 2 years ago

i cant run python3 main.py , and then i tried python main.py without 3 bcz i see the solution in stack overflow, and now the output is like this AttributeError: module 'collections' has no attribute 'Callable' and i think this error in the code and idk what should i do:

make sure that, your command was right: command is python3 main.py target username

jrm567 commented 1 year ago

you just need run cd Osint and run the command and it should work if you have installed everything and you did the credentials.ini(cd Osintgram, cd config) run as an admin and than ctrl x y

nirmal6789 commented 4 months ago

hey please someone help me when i put command. python3 main.py and username cames error and said

Attempt to login... Error parsing error response: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/instagram_private_api/client.py", line 523, in _call_api response = self.opener.open(req, timeout=self.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 525, in open response = meth(req, response) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 634, in http_response response = self.parent.error( ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 563, in error return self._call_chain(args) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain result = func(args) ^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/kali/Downloads/Osintgram/main.py", line 121, in api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/Downloads/Osintgram/src/Osintgram.py", line 47, in init self.setTarget(target) File "/home/kali/Downloads/Osintgram/src/Osintgram.py", line 60, in setTarget self.following = self.check_following() ^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/Downloads/Osintgram/src/Osintgram.py", line 1160, in check_following return self.api._call_api(endpoint)['user_detail']['user']['friendship_status']['follo'] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/instagram_private_api/client.py", line 527 _call_api ErrorHandler.process(e, error_response) File "/usr/local/lib/python3.11/dist-packages/instagram_private_api/errors.py", line 135 process raise ClientError(error_msg, http_error.code, error_response) instagram_private_api.errors.ClientError: Not Found