Skip to main content

Simple & Up-to-date Instagram API

Project description

Ensta

This package lets you use Instagram's Internal API (Web API) through simple methods and classes.

It supports two type of classes - "Guest" and "Host"

"Buy me a coffee"

Installation

Open a terminal window and run this command:

pip install ensta

Guest Mode

It doesn't require any type of login and can be used to fetch publicly available data like Profile Information, Username Availability etc.

from ensta import Guest

guest = Guest()
biography = guest.get_biography("username")

print(biography)

Host Mode

It requires login and can be used to manage your account or fetch information not available without logging in.

from ensta import Host

sessionid = "12345678:abcdefgh"

host = Host(sessionid)
result = host.follow_username("username")

print(result)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ensta-1.0.tar.gz (7.0 kB view details)

Uploaded Source

File details

Details for the file ensta-1.0.tar.gz.

File metadata

  • Download URL: ensta-1.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for ensta-1.0.tar.gz
Algorithm Hash digest
SHA256 fe0eb5364da869cf93564f20c7251ae6a382aecddcae5a65d470c93b673aad95
MD5 9ea1b9ded30654a1bf7391cb6f9676db
BLAKE2b-256 75a70d2375fafdc3178bfb69d7f8b5b8ec38ccba4abd658a10898de6aae2b793

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page