Skip to main content

Unofficial instagram API

Project description

insta_api

image image GitHub

insta_api is a pythonic (unofficial) instagram client. It has been backwards engineered from the ground up. Currently it supports essential behavior such as liking, following other users, as well as posting photos.

Installation

To install simply do:

$ pip install insta_api

Example usage

Getting started

The first thing you should do is import the insta_api module

from insta_api import insta_api

Login to your instagram account

insta = InstaAPI()
insta.login(USERNAME, PASSWORD)

Usage

Liking posts

You can like posts by either using shortcode or media_id. The shortcode can be obtained by looking at the URL of a post in the addressbar.

It looks something like this Bov3uZUFJRh

insta.like(shortcode)

If you are a more advanced user, you may want to use the media_id instead, this will also work.

Following users

To follow an user you need one of two things: either their username or their unique user id

For example, to like by username:

insta.follow(my_username)

And more...

See the documentation for more info.

Testing

You must set up your own testing server, like Jenkins, for example. This is because instagram will block any of the online CI integration tools due to the nature of their dynamic IPs

You should also configure your testing instagram credentials by adding the INSTA_API_USER and INSTA_API_PASSWORD environmental variables to your isolated testing system.

Author(s)

Copyright

Copyright (c) 2013 Orlando Diaz

For more info see LICENSE

Legal

This program is in no way affiliated with, authorized, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial API. 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

insta_api-0.2.4.tar.gz (10.3 kB view details)

Uploaded Source

Built Distribution

insta_api-0.2.4-py3-none-any.whl (10.5 kB view details)

Uploaded Python 3

File details

Details for the file insta_api-0.2.4.tar.gz.

File metadata

  • Download URL: insta_api-0.2.4.tar.gz
  • Upload date:
  • Size: 10.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for insta_api-0.2.4.tar.gz
Algorithm Hash digest
SHA256 0f76f8b8281582e6341e441a630f37685af1735c50c779ced3907c1c757f4f06
MD5 fab4403073be7426a794cba6f85c5cd5
BLAKE2b-256 7161189621f38557cc64e98a2297cca68b8d4a9fee3ab58da4ff096eaeb82af5

See more details on using hashes here.

File details

Details for the file insta_api-0.2.4-py3-none-any.whl.

File metadata

  • Download URL: insta_api-0.2.4-py3-none-any.whl
  • Upload date:
  • Size: 10.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0

File hashes

Hashes for insta_api-0.2.4-py3-none-any.whl
Algorithm Hash digest
SHA256 760d6d0cdd99badc7598b5c5a1b9920421f765acd3c54c1f24245fc9324c447a
MD5 b1b8efa181de8127d335e1839416705f
BLAKE2b-256 41628c939d14fcf8a2462550191acb476ec752d9ee9089d69e94f6a7baf81202

See more details on using hashes here.

Supported by

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