Cara Menggunakan Cool Instabot di Windows |
Instagram sudah menjadi bagian dari hidup para generasi jaman now. Hampir tiap waktu tak bisa lepas dari smartphone. Tak hanya menjadi sarana berbagi foto dengan teman, Instagram juga menjadi sarana untuk berjualan.
Pernah dengar apa itu "bot"? Bot (Robot) biasa digunakan untuk melakukan tugas yang biasa kita lakukan secara manual. Pada postingan ini kita akan membahas tentang Bot Instagram. Seperti namanya, Bot Instagram bisa melakukan hal yang biasa kita lakukan di Instagram seperti like,follow, dan unfollow. Ada banyak bot yang telah beredar di internet, kali ini kita ambil Cool Instabot.
Cara Install Cool Instabot di Windows
1. Download dan Install Python 3- Perhatikan yang di kotakin merah.
Install Python 3. |
Ada dua cara yang bisa kalian gunakan untuk mengunduh Cool Instabot melalui Github.
a. Download langsung (ZIP) di situs Github
- Klik link ini
- Klik "Clone or Download" dan pilih "ZIP"
b. Download melalui perintah git
- Download Git melalui link ini , sesuaikan dengan versi Windows kalian.
- Install seperti biasa
- Buka CMD / Command Prompt dan ketikan perintah di bawah
git clone https://github.com/instagrambot/instabot
3. Install Instabot
- Buka CMD sesuai dengan direktori atau lokasi Instabot yang telah diunduh dan diekstrak pada tahap dua di atas.
- Isikan perintah di bawah ini
pip install -U instabotcontoh :
- Buka lokasi ekstrak
- Tahan shift dan klik kanan , pilih "Open Command Promt here"
- Ketikan perintah "pip install -U instabot"
Cara Menggunakan Cool Instabot di Windows
Setup Bot
1. Kita setup bot-nya dulu dengan membuka folder example.
2. Tekan shift dan "Open Command Prompt here"
3. Ketikan "python multi_script_CLI.py" dan enter
4. Ikuti perintah yang muncul
Penggunaan Bot
Saya akan ambil contoh menggunakan bot "follow_user_followers.py" . Script bot ini berfungsi untuk menfollow user sesuai target, misal saya ingin men-follow semua user yang menfollow akun "@heryan_dp" maka ketikan perintah di bawah ini.
python follow_user_followers.py heryan_dp
Untuk penggunaan lainnya silakan bisa explore sendiri ya :) cek aja di folder example.
Parameter yang bisa digunakan
parameter
|
description
|
example
|
proxy
|
Proxy for Instabot
|
None
|
max_likes_per_day
|
How many likes the bot will perform per day
|
1000
|
max_unlikes_per_day
|
How many medias the bot will unlike in a day
|
1000
|
max_follows_per_day
|
Max number of follow per day
|
350
|
max_unfollows_per_day
|
Max number of unfollow per day
|
350
|
max_comments_per_day
|
Max number of comments per day
|
100
|
max_likes_to_like
|
If the media has more likes then this value - it will be
ignored and not be liked
|
200
|
filter_users
|
Filter users if True
|
True
|
max_followers_to_follow
|
If the user has more followers than this value - the user will
not be followed or liked.
|
2000
|
min_followers_to_follow
|
If the user has fewer followers than this value - the user
will not be followed or liked.
|
10
|
max_following_to_follow
|
If the user has more followings than this value - the user
will not be followed or liked.
|
10000
|
min_following_to_follow
|
If the user has fewer followings than this value - the user
will not be followed or liked.
|
10
|
max_followers_to_following_ratio
|
if the user’s followers/following is greater than this value -
the user will not be followed or liked.
|
10
|
max_following_to_followers_ratio
|
if user’s following/followers is greater than this value - he
will not be followed or liked.
|
2
|
min_media_count_to_follow
|
If the user has fewer media count than this value - the user
will not be followed.
|
3
|
max_following_to_block
|
If the user have a following more than this value - the user
will be blocked in blocking scripts because he is a massfollower
|
2000
|
max_likes_to_like
|
Max number of likes that can media have to be liked
|
100
|
like_delay
|
Delay between likes in seconds
|
10
|
unlike_delay
|
Delay between unlikes in seconds
|
10
|
follow_delay
|
Delay between follows in seconds
|
30
|
unfollow_delay
|
Delay between unfollows in seconds
|
30
|
comment_delay
|
Delay between comments in seconds
|
60
|
whitelist
|
Path to the file with users that shouldn’t be unfollowed
|
“whitelist.txt”
|
blacklist
|
Path to the file with users that shouldn’t be followed, liked
or commented
|
“blacklist.txt”
|
comments_file
|
Path to the comments database
|
“comments.txt”
|
stop_words
|
A list of stop words: don’t follow a user if they have any of
these stop words in their description
|
[‘shop’, ‘store’, ‘free’]
|
contoh :
python follow_user_followers.py heryan_dp follow_delay 15
Btw cmd bisa command python juga yah...kayak termux
BalasHapus