https://github.com/ricardojoserf/instagram-user-id
Get the user ID of any user in instagram
https://github.com/ricardojoserf/instagram-user-id
followers-instagram instagram instagram-api instagram-bot instagram-user
Last synced: 5 months ago
JSON representation
Get the user ID of any user in instagram
- Host: GitHub
- URL: https://github.com/ricardojoserf/instagram-user-id
- Owner: ricardojoserf
- Created: 2017-08-06T12:06:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-17T06:07:56.000Z (about 1 year ago)
- Last Synced: 2025-06-17T07:21:20.077Z (about 1 year ago)
- Topics: followers-instagram, instagram, instagram-api, instagram-bot, instagram-user
- Language: Python
- Homepage:
- Size: 1.98 MB
- Stars: 37
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instagram-user-id
Get the user ID of any user in instagram
## Usage
```
python main.py $USERNAME
```
## Requirements
```
pip install -r requirements.txt
sudo apt-get install nodejs npm
cd web-version && npm install && nodejs server.js
```
## Example - Python script
*python main.py ricardojoserf*

## Example - Web server

## Note
Tested both in Python2.x (2.7.15rc1) and Python 3.x (3.6.7)