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.51k stars 2.08k forks source link

Errors getting phone/email for any users over 4-5k followers #487

Open polumh opened 2 years ago

polumh commented 2 years ago

Every time I try to get followers, phone, or email for an account with over 4-5k followers I get an instagram blocked error or some other

It says it cashed all the emails but then theres an error whenever I try to get them and it doesn't output any text file even though file is enabled.

I don't have this issue with small accounts just large ones.

Screen Shot 2022-05-02 at 8 26 42 AM Screen Shot 2022-05-02 at 8 26 21 AM
abetoluwani commented 2 years ago

Same here

x1cry commented 2 years ago

I got smth else(with 11k followers):

Traceback (most recent call last): File "/home/kloki90/Git_Clones_Tools/Osintgram/main.py", line 186, in
_cmd()
File "/home/kloki90/Git_Clones_Tools/Osintgram/src/Osintgram.py", line 1238, in get_fwersemail
user = self.api.user_info(str(follow['id']))
File "/usr/local/lib/python3.10/dist-packages/instagram_private_api/endpoints/users.py", line 17, in user_info
res = self._call_api('users/{user_id!s}/info/'.format(**{'user_id': user_id})) File "/usr/local/lib/python3.10/dist-packages/instagram_private_api/client.py", line 541, in _call_api json_response = json.loads(response_content) File "/usr/lib/python3.10/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/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)

hajitamim420 commented 2 years ago

I got smth else(with 11k followers):

Traceback (most recent call last): File "/home/kloki90/Git_Clones_Tools/Osintgram/main.py", line 186, in _cmd() File "/home/kloki90/Git_Clones_Tools/Osintgram/src/Osintgram.py", line 1238, in get_fwersemail user = self.api.user_info(str(follow['id'])) File "/usr/local/lib/python3.10/dist-packages/instagram_private_api/endpoints/users.py", line 17, in user_info res = self._call_api('users/{user_id!s}/info/'.format(**{'user_id': user_id})) File "/usr/local/lib/python3.10/dist-packages/instagram_private_api/client.py", line 541, in _call_api json_response = json.loads(response_content) File "/usr/lib/python3.10/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/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)

hajitamim420 commented 2 years ago

I got smth else(with 11k followers):

Traceback (most recent call last): File "/home/kloki90/Git_Clones_Tools/Osintgram/main.py", line 186, in _cmd() File "/home/kloki90/Git_Clones_Tools/Osintgram/src/Osintgram.py", line 1238, in get_fwersemail user = self.api.user_info(str(follow['id'])) File "/usr/local/lib/python3.10/dist-packages/instagram_private_api/endpoints/users.py", line 17, in user_info res = self._call_api('users/{user_id!s}/info/'.format(**{'user_id': user_id})) File "/usr/local/lib/python3.10/dist-packages/instagram_private_api/client.py", line 541, in _call_api json_response = json.loads(response_content) File "/usr/lib/python3.10/json/init.py", line 346, in loads return _default_decoder.decode(s) File "/usr/lib/python3.10/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python3.10/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)