Instainteracts is an automation tool for Instagram interactions
Project description
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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file instainteracts-1.0.3.tar.gz.
File metadata
- Download URL: instainteracts-1.0.3.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90a5e346aa501e292d30b2a415a85130316fd89a571ee03a8a4011a1cacd6eb3
|
|
| MD5 |
000dfe1c4c5e7110ba6b03c3e17ae101
|
|
| BLAKE2b-256 |
7180ae79cd4be3796e88d90200a3c2af6a518d613a0ea79b1e771aaa977c78be
|
File details
Details for the file instainteracts-1.0.3-py3-none-any.whl.
File metadata
- Download URL: instainteracts-1.0.3-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
776eecc29faf92e01654c8a6dc9a285b047c15919f828f2b0e9decec9750c602
|
|
| MD5 |
5fded6abce0ebc79da01d0fb39d6bbf4
|
|
| BLAKE2b-256 |
6a2070a98179cd42025211550f718883336495dd5ea3b49629733874115ada90
|