Instainteracts is an automation tool for Instagram interactions
Project description
InstaInteracts
InstaInteracts is an automation tool for Instagram interactions (follow, like, comment).
Basic usage
from instainteracts import InstaInteracts
username = '' # your username
password = '' # your password
hashtag = 'insta' # hashtag to interact with
insta = InstaInteracts(username, password)
insta.comment_by_hashtag(
hashtag,
['nice', 'hi'], # List of comments
only_recent=True, # Interact only with recent posts
limit=10 # limit of comments
)
insta.follow_by_hashtag(
hashtag,
limit=2 # limit of follows
)
insta.like_by_hashtag(
hashtag,
limit=5 # limit of likes
)
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
instainteracts-1.0.0.tar.gz
(4.6 kB
view details)
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.0.tar.gz.
File metadata
- Download URL: instainteracts-1.0.0.tar.gz
- Upload date:
- Size: 4.6 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 |
f09b2d472ce431b6f81932e53b7c70799df917add2c93fa1a06a8241cda73829
|
|
| MD5 |
7e9df4b7de4f597c0a88b6561dad4155
|
|
| BLAKE2b-256 |
845fa82c263a90d26dbd235e4429529a51d205b6ba0e0e5e2941d231ae109fd2
|
File details
Details for the file instainteracts-1.0.0-py3-none-any.whl.
File metadata
- Download URL: instainteracts-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 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 |
fed00954428c38095ff6e7ef5ea08feb0aa3693173f02322031e06b0d8f97eca
|
|
| MD5 |
195b75c1f1789d6439f14077ed7236a7
|
|
| BLAKE2b-256 |
e4a4c0dfaa926313179979ee1fc2c8986157c646a898ea834dba1bf992267e1d
|