Skip to content

Latest commit

History

History
46 lines (39 loc) 路 1.42 KB

README.md

File metadata and controls

46 lines (39 loc) 路 1.42 KB

@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.

Install Dependencies

Make sure are the dependencies are installed correctly:

$ pip install -r requirements.txt

Run Server

This will start the REST API server on localhost:

$ py ./ensta-rest/ensta-api.py

Features

  • 馃煝 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.

Contributors

Legal

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.