InstaInteracts
InstaInteracts is an automation tool for Instagram interactions (follow, like, comment).
How to install
You can install instainteracts by running the following command:
pip install instainteracts
Basic usage
The following example shows how to use InstaInteracts:
from instainteracts import InstaInteracts
username = '' # your username
password = '' # your password
hashtag = 'insta' # hashtag to interact with
insta = InstaInteracts(username, password)
# for all optional arguments, read the docs below
insta.comment_by_hashtag(
hashtag,
['Comment', u'Emojis supported 🔥'], # list of comments
only_recent=True, # interact only with recent posts
limit=1 # limit of comments
)
insta.follow_by_hashtag(
hashtag,
limit=2 # limit of follows
)
insta.like_by_hashtag(
hashtag,
limit=3 # limit of likes
)
insta.unfollow(5) # will unfollow 5 users
Docs
All InstaInteracts methods are documented at https://instainteracts.pages.dev
Release files for instainteracts 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| instainteracts-1.0.3.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| instainteracts-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.7 kB
Release files / instainteracts-1.0.3.tar.gz
| Download URL | instainteracts-1.0.3.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
90a5e346aa501e292d30b2a415a85130316fd89a571ee03a8a4011a1cacd6eb3
|
|
BLAKE2b-256 checksum How to use checksums |
7180ae79cd4be3796e88d90200a3c2af6a518d613a0ea79b1e771aaa977c78be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.2 CPython/3.11.1 Windows/10
|
Release files / instainteracts-1.0.3-py3-none-any.whl
| Download URL | instainteracts-1.0.3-py3-none-any.whl |
|---|---|
| Size | 6.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
776eecc29faf92e01654c8a6dc9a285b047c15919f828f2b0e9decec9750c602
|
|
BLAKE2b-256 checksum How to use checksums |
6a2070a98179cd42025211550f718883336495dd5ea3b49629733874115ada90
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.2 CPython/3.11.1 Windows/10
|