insta-profile-api

An api that provides basic Instagram user details through an endpoint.

Stars
2
Committers
1

Instagram Profile API

Instagram API that provides basic user data by scraping their Instagram profile.

How to run?

git clone https://github.com/manan2002/insta-profile-api.git
cd insta-profile-api
pip install -r requirements.txt
python app.py
Related Projects