https://github.com/codedotjs/instagram-userid
Python script to find user id of an Instagram user, without using Instagram API.
https://github.com/codedotjs/instagram-userid
Last synced: 9 months ago
JSON representation
Python script to find user id of an Instagram user, without using Instagram API.
- Host: GitHub
- URL: https://github.com/codedotjs/instagram-userid
- Owner: CodeDotJS
- License: gpl-2.0
- Created: 2015-12-13T16:18:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T20:12:41.000Z (almost 10 years ago)
- Last Synced: 2025-03-20T00:41:17.829Z (9 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instagram-UserId
Find Instagram User's Id using Python
Well, I know there are lots of Github repo currently present, which allow you to find user id of the Instagram User.
If I'm not wrong, then, most of the repo based on this, use Instagram API.
A little bit of Inspect Element, and it helped me to find user id of the Instagram User using using their API.
So, when I say "we won't use API", it means we are not going to use api in our code.
Now, How it worked ?
Solution : Read it from here : Rishi Giri
PS: I've not written the blog for this code, as it's quite easy to understand what the code do.
But, I'll write it in future.
--cheers