toxydose / instagram_get_userid

gets Instagram user ID without API key

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

instagram_get_userid

This simple script gets Instagram user ID without API key which is useful for some handmade Instagram APIs.

How it works

The scripts scrapes the site https://smashballoon.com/instagram-feed/find-instagram-user-id/ and retrieves the user id from the Instagram username.

Installation & usage

apt-get install python-bs4
python3 getuserid.py

About

gets Instagram user ID without API key


Languages

Language:Python 100.0%