Inst Api 0.3.0 | GitLocker.com Product

inst-api 0.3.0

Last updated:

0 purchases

inst-api 0.3.0 Image
inst-api 0.3.0 Images

Free

Languages

Categories

Add to Cart

Description:

instapi 0.3.0

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!

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.