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.52k stars 2.09k forks source link

not run main.py #2

Closed iago1905 closed 4 years ago

iago1905 commented 4 years ago

After run "python main.py memedeportes" said:

File "main.py", line 52, in api = Osintgram(args.id) File "/root/Escritorio/instagra/Osintgram/Osintgram.py", line 30, in init pc.printout(" (" + str(self.api.username_id) + ") ") AttributeError: InstagramAPI instance has no attribute 'username_id'

Datalux commented 4 years ago

Hi @iago1905 I have not encountered anything of this kind. Have you tried to run multiple times?

chrstphrvllrn commented 4 years ago

can't install the exact version of requests-toolbelt==2.1.0 . the latest in their site is 0.9.1

tried installing the 0.9.1 but here's the error showing.

python3 main.py {username}

_Traceback (most recent call last): File "main.py", line 4, in from Osintgram import Osintgram File "/Users/christopher/Downloads/Pentesting/Osintgram/Osintgram.py", line 1, in from InstagramAPI import InstagramAPI File "/Users/christopher/Downloads/Pentesting/Osintgram/InstagramAPI.py", line 4, in from requests_toolbelt import MultipartEncoder ModuleNotFoundError: No module named 'requeststoolbelt'

python main.py {username}

_Attempt to login...

Logged as Traceback (most recent call last): File "main.py", line 52, in api = Osintgram(args.id) File "/Users/account/Downloads/Pentesting/Osintgram/Osintgram.py", line 30, in init pc.printout(" (" + str(self.api.username_id) + ") ") AttributeError: InstagramAPI instance has no attribute 'usernameid'

Datalux commented 4 years ago

can't install the exact version of requests-toolbelt==2.1.0 . the latest in their site is 0.9.1

tried installing the 0.9.1 but here's the error showing.

python3 main.py {username}

_Traceback (most recent call last): File "main.py", line 4, in from Osintgram import Osintgram File "/Users/christopher/Downloads/Pentesting/Osintgram/Osintgram.py", line 1, in from InstagramAPI import InstagramAPI File "/Users/christopher/Downloads/Pentesting/Osintgram/InstagramAPI.py", line 4, in from requests_toolbelt import MultipartEncoder ModuleNotFoundError: No module named 'requeststoolbelt'

python main.py {username}

_Attempt to login...

Logged as Traceback (most recent call last): File "main.py", line 52, in api = Osintgram(args.id) File "/Users/account/Downloads/Pentesting/Osintgram/Osintgram.py", line 30, in init pc.printout(" (" + str(self.api.username_id) + ") ") AttributeError: InstagramAPI instance has no attribute 'usernameid'

Did you install requests_toolbelt for python3?

chrstphrvllrn commented 4 years ago

can't install the exact version of requests-toolbelt==2.1.0 . the latest in their site is 0.9.1 tried installing the 0.9.1 but here's the error showing. python3 main.py {username} _Traceback (most recent call last): File "main.py", line 4, in from Osintgram import Osintgram File "/Users/christopher/Downloads/Pentesting/Osintgram/Osintgram.py", line 1, in from InstagramAPI import InstagramAPI File "/Users/christopher/Downloads/Pentesting/Osintgram/InstagramAPI.py", line 4, in from requests_toolbelt import MultipartEncoder ModuleNotFoundError: No module named 'requeststoolbelt' python main.py {username} _Attempt to login... Logged as Traceback (most recent call last): File "main.py", line 52, in api = Osintgram(args.id) File "/Users/account/Downloads/Pentesting/Osintgram/Osintgram.py", line 30, in init pc.printout(" (" + str(self.api.username_id) + ") ") AttributeError: InstagramAPI instance has no attribute 'usernameid'

Did you install requests_toolbelt for python3?

Yes, but I can't download the requests-toolbelt==2.1.0, there's no 2.1.0 available in their site and tried installing the 0.9.1 but here's the error showing.

twopoint1

Datalux commented 4 years ago

can't install the exact version of requests-toolbelt==2.1.0 . the latest in their site is 0.9.1 tried installing the 0.9.1 but here's the error showing. python3 main.py {username} _Traceback (most recent call last): File "main.py", line 4, in from Osintgram import Osintgram File "/Users/christopher/Downloads/Pentesting/Osintgram/Osintgram.py", line 1, in from InstagramAPI import InstagramAPI File "/Users/christopher/Downloads/Pentesting/Osintgram/InstagramAPI.py", line 4, in from requests_toolbelt import MultipartEncoder ModuleNotFoundError: No module named 'requeststoolbelt' python main.py {username} _Attempt to login... Logged as Traceback (most recent call last): File "main.py", line 52, in api = Osintgram(args.id) File "/Users/account/Downloads/Pentesting/Osintgram/Osintgram.py", line 30, in init pc.printout(" (" + str(self.api.username_id) + ") ") AttributeError: InstagramAPI instance has no attribute 'usernameid'

Did you install requests_toolbelt for python3?

Yes, but I can't download the requests-toolbelt==2.1.0, there's no 2.1.0 available in their site and tried installing the 0.9.1 but here's the error showing.

twopoint1

I have already fix this problem in commit https://github.com/Datalux/Osintgram/commit/aa762229e76e79fefb47f13a9f7a6d86478f0fde

If you can't install requests_toolbelt with pip try using apt install python3-requests-toolbelt

Datalux commented 4 years ago

No update, closing.

Datalux commented 4 years ago

After run "python main.py memedeportes" said:

File "main.py", line 52, in api = Osintgram(args.id) File "/root/Escritorio/instagra/Osintgram/Osintgram.py", line 30, in init pc.printout(" (" + str(self.api.username_id) + ") ") AttributeError: InstagramAPI instance has no attribute 'username_id'

Fixed in 5eecf09eb9cb0e7cf20587c70d6a12913858dcfb.

Closing.

ghost commented 1 year ago

Hi, i have an error i try run several times but still the same error, i dont know how to solve it....can someone help :((

image