@Ensta's REST API
An unofficial Instagram REST API based on Ensta created by @OlguD.
Developers can use this API to automate their account & scrape data from Instagram.
Make sure are the dependencies are installed correctly:
$ pip install -r requirements.txt
This will start the REST API server on localhost:
$ py ./ensta-rest/ensta-api.py
- π’ Username Password Login
- π’ 2FA Support
- π’ Upload Single Photo - Post
- π’ Upload Multiple Photos - Single Post
- π’ Proxy Support
- π’ Upload Reel
- π’ Check Username Availability
- π‘ Fetch Post Data
- π’ Username to UserID, and vice versa.
- π’ Follow / Unfollow Users
- π’ Generate Followers/Followings List
- π’ Switch Account Type - Public/Private
- π’ Fetch Someone's Feed
- π’ Add Comment on Post
- π’ Like/Unlike Posts
- π’ Fetch Post's Likers
- π’ Edit Biography, Display Name
- π’ Fetch Your Email, Gender, Birthday, etc.
Yellow indicates features yet to be implemented.
This is a third-party API and not associated with Instagram. We're strictly against spam. Please use this API responsibily and at your own risk.