Metadata-Version: 2.1
Name: instabasic
Version: 0.1.1
Summary: A Python wrapper for the Instagram Basic Display API
Home-page: https://github.com/ChaseRun/instabasic
Author: Chase Austin
Author-email: chase7867@gmail.com
License: MIT
Project-URL: Instagram Basic Display API, https://developers.facebook.com/docs/instagram-basic-display-api
Keywords: Instagram,Facebook,Meta,API,SDK,Wrapper
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# InstaBasic
[![PyPI](https://img.shields.io/pypi/v/instabasic)](https://pypi.org/project/instabasic/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/instabasic)](https://github.com/ChaseRun/instabasic)
[![PyPI - License](https://img.shields.io/pypi/l/instabasic)](https://github.com/ChaseRun/instabasic/blob/master/LICENSE)

InstaBasic is an API wrapper for [Instagram's Basic Display API](https://developers.facebook.com/docs/instagram-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](https://developers.facebook.com/docs/instagram-basic-display-api/reference).

*This package does not support the [Instagram Graph API](https://developers.facebook.com/docs/instagram-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](https://developers.facebook.com/docs/instagram-basic-display-api/overview) of the API's capabilities. If you are unfamiliar with the Basic Display API, I recommend first reviewing their [Get Started Guide](https://developers.facebook.com/docs/instagram-basic-display-api/getting-started) before looking at InstaBasic's documentation.

## Usage
```
Code...
Code.....
More Code...
```

## Documentation
 - [InstaBasic](https://github.com/ChaseRun/instabasic)
 - [Instagram Basic Display API](https://developers.facebook.com/docs/instagram-basic-display-api/)

## Support
[Contributing Documentation](https://github.com/ChaseRun/instabasic) | 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.

