An open API service indexing awesome lists of open source software.

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

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*

![Screenshot](img/1.png)

## Example - Web server

![Screenshot](img/2.png)

## Note

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