Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

fwersemail return errors

Open mantans opened this issue 3 years ago • 4 comments
trafficstars

I had follow installation guidelines, everything seems to work, but everytime i try to use fwersemail command i receive this output

`Run a command: fwersemail Searching for emails of target followers... this can take a few minutes Catched 15520 followers email

Do you want to get all emails? y/n: n How many emails do you want to get? 1000 Traceback (most recent call last): File "/home/user/Documents/Osintgram/main.py", line 186, in _cmd() File "/home/user/Documents/Osintgram/src/Osintgram.py", line 1238, in get_fwersemail user = self.api.user_info(str(follow['id'])) File "/home/user/Documents/Osintgram/venv/lib/python3.9/site-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 "/home/user/Documents/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/client.py", line 541, in _call_api json_response = json.loads(response_content) 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)`

mantans avatar Jan 02 '22 11:01 mantans

With a large number of emails, the request will be blocked. so I think the maximum you can get is about 100 and below.

ppbeautyacademy avatar Jan 17 '22 18:01 ppbeautyacademy

Try to use the v2 of Osintgram (current WIP).

Datalux avatar Jan 18 '22 09:01 Datalux

Hello, I have using V2 and I am getting the same issue. any way to workaround this? for instance instead of getting first 100 emails I can get second 100 emails.

lightpost92 avatar Feb 16 '22 03:02 lightpost92

How do you upgrade to V2?

polumh avatar May 10 '22 04:05 polumh