Skip to content

Commit

Permalink
chore: added v2 tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Datalux committed Sep 5, 2022
1 parent cf31d33 commit 50d44fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ You can find detailed commands usage [here](doc/COMMANDS.md).

* As an interactive prompt `python3 main.py <target username>`
* Or execute your command straight away `python3 main.py <target username> --command <command>`

### Use Osintgram v2 (beta)
You can use Osintgram2 beta just switching to `v2` [branch](https://github.com/Datalux/Osintgram/tree/v2).
The v2 has some improvements and faster with a new command execution interface. Try it just running `git checkout v2`.

## Docker Quick Start 🐳

Expand Down

15 comments on commit 50d44fd

@anaawara2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi

@Isameyo
Copy link

@Isameyo Isameyo commented on 50d44fd Feb 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello what is the format of the username and password. Or I will just write withoout any thing?

@mrrobotnotfound
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sir pls solve this problem
Attempt to login...
Error parsing error response: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/home/devileyes1900/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/client.py", line 523, in _call_api
response = self.opener.open(req, timeout=self.timeout)
File "/usr/lib/python3.9/urllib/request.py", line 523, in open
response = meth(req, response)
File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response
response = self.parent.error(
File "/usr/lib/python3.9/urllib/request.py", line 561, in error
return self._call_chain(*args)
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 641, 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/devileyes1900/Osintgram/main.py", line 121, in
api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies)
File "/home/devileyes1900/Osintgram/src/Osintgram.py", line 48, in init
self.setTarget(target)
File "/home/devileyes1900/Osintgram/src/Osintgram.py", line 61, in setTarget
self.following = self.check_following()
File "/home/devileyes1900/Osintgram/src/Osintgram.py", line 1159, in check_following
return self.api._call_api(endpoint)['user_detail']['user']['friendship_status']['following']
File "/home/devileyes1900/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/client.py", line 527, in _call_api
ErrorHandler.process(e, error_response)
File "/home/devileyes1900/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/errors.py", line 135, in process
raise ClientError(error_msg, http_error.code, error_response)
instagram_private_api.errors.ClientError: Not Found

@FrankVerse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no fix yet??

@nono233dc
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attempt to login...
ClientError checkpoint_challenge_required (Code: 400, Response: {"message": "challenge_required", "challenge": {"url": "https://ig-thrift.instagram.com/challenge/AXE0G6_9EjtsdLPObDJwGLjDkBhaDc0pSOEknoy_Fo1ZPXA6GfsP-F33hD2znKNPBjKXDQ/AfxeG1kkAb0cfKGOgDgmiEYF0Dbwcd_ECcqTyaQiJ-75vFoV8-3zBmEzCd7emnZqnwTmye849A4_9Q/", "api_path": "/challenge/AXE0G6_9EjtsdLPObDJwGLjDkBhaDc0pSOEknoy_Fo1ZPXA6GfsP-F33hD2znKNPBjKXDQ/AfxeG1kkAb0cfKGOgDgmiEYF0Dbwcd_ECcqTyaQiJ-75vFoV8-3zBmEzCd7emnZqnwTmye849A4_9Q/", "hide_webview_header": true, "lock": true, "logout": false, "native_flow": true, "flow_render_type": 0}, "status": "fail", "error_type": "checkpoint_challenge_required"})challenge_required: checkpoint_challenge_required
Please follow this link to complete the challenge:
what is the answer

@racebeen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sir pls solve this problem Attempt to login... Error parsing error response: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "/home/devileyes1900/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/client.py", line 523, in _call_api response = self.opener.open(req, timeout=self.timeout) File "/usr/lib/python3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/usr/lib/python3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/lib/python3.9/urllib/request.py", line 641, 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/devileyes1900/Osintgram/main.py", line 121, in api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies) File "/home/devileyes1900/Osintgram/src/Osintgram.py", line 48, in init self.setTarget(target) File "/home/devileyes1900/Osintgram/src/Osintgram.py", line 61, in setTarget self.following = self.check_following() File "/home/devileyes1900/Osintgram/src/Osintgram.py", line 1159, in check_following return self.api._call_api(endpoint)['user_detail']['user']['friendship_status']['following'] File "/home/devileyes1900/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/client.py", line 527, in _call_api ErrorHandler.process(e, error_response) File "/home/devileyes1900/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/errors.py", line 135, in process raise ClientError(error_msg, http_error.code, error_response) instagram_private_api.errors.ClientError: Not Found

Have you found solution to this please ?? have same error

@Pericq
Copy link

@Pericq Pericq commented on 50d44fd Apr 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please help me to hack onlyfans and Instagram. I can't believe what people do. They sell their body. I'm begging you, help me.i don't now how. Please send me a simple solution as I don't know much about hacking.

@Qzor
Copy link

@Qzor Qzor commented on 50d44fd Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attempt to login...
ClientError URLError <urlopen error [Errno -3] Temporary failure in name resolution> (Code: 0, Response: )Traceback (most recent call last):
File "/home/kali/Desktop/ourtest/Osintgram/main.py", line 121, in
api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/Desktop/ourtest/Osintgram/src/Osintgram.py", line 47, in init
self.login(u, p)
File "/home/kali/Desktop/ourtest/Osintgram/src/Osintgram.py", line 1129, in login
error = json.loads(e.error_response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/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)

@blueiewu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi how i can fix this problem

Attempt to login...
ClientCookieExpiredError/ClientLoginRequiredError: Cookie expired at 1628592384
Traceback (most recent call last):
File "/home/youssef/Osintgram/src/Osintgram.py", line 1114, in login
self.api = AppClient(
^^^^^^^^^^
File "/home/youssef/.local/lib/python3.11/site-packages/instagram_private_api/client.py", line 165, in init
raise ClientCookieExpiredError('Cookie expired at {0!s}'.format(cookie_jar.auth_expires))
instagram_private_api.errors.ClientCookieExpiredError: Cookie expired at 1628592384

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/youssef/.local/lib/python3.11/site-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 400: Bad Request

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/youssef/Osintgram/main.py", line 121, in
api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/youssef/Osintgram/src/Osintgram.py", line 47, in init
self.login(u, p)
File "/home/youssef/Osintgram/src/Osintgram.py", line 1124, in login
self.api = AppClient(auto_patch=True, authenticate=True, username=u, password=p,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/youssef/.local/lib/python3.11/site-packages/instagram_private_api/client.py", line 208, in init
self.login()
File "/home/youssef/.local/lib/python3.11/site-packages/instagram_private_api/endpoints/accounts.py", line 49, in login
login_response = self._call_api(
^^^^^^^^^^^^^^^
File "/home/youssef/.local/lib/python3.11/site-packages/instagram_private_api/client.py", line 527, in _call_api
ErrorHandler.process(e, error_response)
File "/home/youssef/.local/lib/python3.11/site-packages/instagram_private_api/errors.py", line 123, in process
raise error_info['error'](
instagram_private_api.errors.ClientLoginError: bad_password

@shukiulubey
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the tool still frozen?

@syedzainqadri
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is that we can only scrap our own account and its users when we try to scrap any other user it just gets stuck and that is may be due to instgram avoiding such attempts.

@Yashasvi-kumar-shukla
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sir pls solve this problem Attempt to login... Error parsing error response: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "/home/devileyes1900/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/client.py", line 523, in _call_api response = self.opener.open(req, timeout=self.timeout) File "/usr/lib/python3.9/urllib/request.py", line 523, in open response = meth(req, response) File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response response = self.parent.error( File "/usr/lib/python3.9/urllib/request.py", line 561, in error return self._call_chain(*args) File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain result = func(*args) File "/usr/lib/python3.9/urllib/request.py", line 641, 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/devileyes1900/Osintgram/main.py", line 121, in api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies) File "/home/devileyes1900/Osintgram/src/Osintgram.py", line 48, in init self.setTarget(target) File "/home/devileyes1900/Osintgram/src/Osintgram.py", line 61, in setTarget self.following = self.check_following() File "/home/devileyes1900/Osintgram/src/Osintgram.py", line 1159, in check_following return self.api._call_api(endpoint)['user_detail']['user']['friendship_status']['following'] File "/home/devileyes1900/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/client.py", line 527, in _call_api ErrorHandler.process(e, error_response) File "/home/devileyes1900/Osintgram/venv/lib/python3.9/site-packages/instagram_private_api/errors.py", line 135, in process raise ClientError(error_msg, http_error.code, error_response) instagram_private_api.errors.ClientError: Not Found

Have you found solution to this please ?? have same error

is there any solution to this?

@unubat05
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fwingsnumber is not working
Catched 0 followings phone numbersTraceback (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 401: Unauthorized

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/root/Osintgram/main.py", line 186, in
_cmd()
File "/root/Osintgram/src/Osintgram.py", line 1449, in get_fwingsnumber
user = self.api.user_info(str(follow['id']))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/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.11/dist-packages/instagram_private_api/client.py", line 527, in _call_api
ErrorHandler.process(e, error_response)
File "/usr/local/lib/python3.11/dist-packages/instagram_private_api/errors.py", line 135, in process
raise ClientError(error_msg, http_error.code, error_response)
instagram_private_api.errors.ClientError: Unauthorized: Please wait a few minutes before you try again.

@novve4
Copy link

@novve4 novve4 commented on 50d44fd Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please help me to hack onlyfans and Instagram. I can't believe what people do. They sell their body. I'm begging you, help me.i don't now how. Please send me a simple solution as I don't know much about hacking.
idk how this website works but i made this account to called this commenter a retard, youre not saving anoyone batman

@Qzor
Copy link

@Qzor Qzor commented on 50d44fd Oct 24, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.