Skip to main content

InstAPI - comfortable and easy to use Python's library for interaction with Instagram

Project description

InstAPI

Code Style Contributions License Build Status codecov

Instapi

InstAPI - comfortable and easy to use Python's library for interaction with Instagram.

Installation

pip install inst-api

Usage

Example how to like all feeds for user

from instapi import bind
from instapi import User

bind('your_username_here', 'your_password_here')

# Get user profile by username
instagram_profile = User.from_username('username')

# Like all posts
for feed in instagram_profile.iter_feeds():
  feed.like()

Contribute

Contributions are always welcome!

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

inst-api-0.3.0.tar.gz (12.9 kB view hashes)

Uploaded Source

Built Distribution

inst_api-0.3.0-py3-none-any.whl (17.4 kB view hashes)

Uploaded Python 3

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