InstAPI - comfortable and easy to use Python's library for interaction with Instagram
Project description
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
inst_api-0.3.0-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file inst-api-0.3.0.tar.gz
.
File metadata
- Download URL: inst-api-0.3.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Darwin/20.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d7cd5d4fa5a9b81dba2be5ac0744476595c27d24541a3ecff41fa1f92bafa01 |
|
MD5 | 26a669d3689c5e360efab0b767ccf8d6 |
|
BLAKE2b-256 | d47b1337dc46ef734e5b57e62a141ca3115fa54abed5f2ba991a71eb03961c56 |
File details
Details for the file inst_api-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: inst_api-0.3.0-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Darwin/20.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4ce1c203e8d8c9ba9797e28319243ad899c9c6a46f656681b1f3ab422923383 |
|
MD5 | eb873f8c1ff7264dcb8a59e78e2f92df |
|
BLAKE2b-256 | 99e6a48bd9834869cf7c305c86d460300e54b8f9bc73c0638ed6c00b032ec029 |