Skip to main content

A Python wrapper for the Instagram Basic Display API

Project description

InstaBasic

PyPI PyPI - Python Version PyPI - License

InstaBasic is an API wrapper for Instagram's Basic Display API. I was in the process of writing python code using the Basic Display API, and I created this package for others to use. My goal for this is to support every official Basic Display API endpoint.

This package does not support the Instagram Graph API

Installation

pip install instabasic

Overview

The Instagram Basic Display API is an HTTP-based API for apps to get an Instagram user’s profile, images, videos, and albums. To use InstaBasic you will need to do the following:

  • Create a Facebook Developer Account
  • Create a public website
  • Provide Instagram users with an Auth link for access to their data.

Instagram's documentation includes a thorough overview of the API's capabilities. If you are unfamiliar with the Basic Display API, I recommend first reviewing their Get Started Guide before looking at InstaBasic's documentation.

Usage

from instabasic.api import API

app_id = 'YOUR APP ID'
app_secret = 'YOUR APP SECRET'
redirect_url = 'YOUR REDIRECT URL'

insta = API(appID, appSecret, redirectUrl)

# Authorization URL for your users to sign in
auth_url = insta.get_auth_url()
print(auth_url)

# Get the short lived access token (valid for 1 hour)
short_token = insta.get_short_token(auth_code)

# Exchange this token for a long lived token (valid for 60 days)
long_token = insta.get_long_token(auth_code)

# Refresh the long lived token
long_token = insta.refresh_long_token(long_token)

# Get information about the user
user = insta.get_user(long_token)

# Get information about the user's media
user_media = insta.get_user_media(long_token)

Documentation

Support

Contributing Documentation | Please feel free to contribute and suggest additional features.

Disclamer

InstaBasic is in no way affliated, endorsed, or certified by Instagram. This is an independent and unofficial package. Strictly not for spam. Use at your own risk.

Project details


Download files

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

Source Distribution

instabasic-0.1.7.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

instabasic-0.1.7-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file instabasic-0.1.7.tar.gz.

File metadata

  • Download URL: instabasic-0.1.7.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for instabasic-0.1.7.tar.gz
Algorithm Hash digest
SHA256 83a3967aba65a711b4eec7c2353a19600888fb8544e6f4cc7eff2ae4f2929bf0
MD5 13fd395644e94a0757ba1f3ca71a877e
BLAKE2b-256 58beb5efca670c5395bd531878358c7de6358f4f3923f0dd6044e1e29d8f5651

See more details on using hashes here.

File details

Details for the file instabasic-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: instabasic-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for instabasic-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 df279847c0d758cadca8dd4e6791ccc45639a75a40791013aa85da84b3071441
MD5 5fd1b742f13f64bf4a424047f2fc46a7
BLAKE2b-256 70d841059b8326012161308c02d645ec40b419a981a873e39ae50929756b9046

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