ilyasaftr / bot-igeh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install (DEFAULT or BASIC USAGE)

* git clone https://github.com/ikiganteng/bot-igeh
* cd bot-igeh
* unzip node_modules.zip
* node index.js
* Then select the tool you want to use!

For PC/Laptop ONLY:

* Download GIT for Windows	(https://git-scm.com/download/) *Choose WIN & 32bit/64bit
* Download NodeJS 			(https://nodejs.org/en/download/) *Choose .msi & 32bit/64bit
* INSTALL GIT for Windows & NodeJS
* Download File on Github (https://github.com/ikiganteng/bot-igeh)
* Extract File bot-ig-master and enter the folder
* Right Click on Mouse, Then Select "Git Bash Here" (Make sure you are in the bot-igeh folder!!!)
* Then type: unzip node_modules.zip
* To View The Contents Of a folder in bash, type: "ls" (without "")
* To Run The Program in bash, type: "node index.js" (without "")
* Then select the tool you want to use!

For TERMUX ONLY:

* Install Termux (PlayStore)
* Open Termux and Wait for Automatic Install of Termux.
* pkg install git
* pkg install nodejs
* git clone https://github.com/ikiganteng/bot-igeh
* cd bot-igeh
* unzip node_modules.zip
* ls
* node index.js
* Then select the tool you want to use!

For VPS:

* sudo yum -y update
* sudo yum -y install git
* sudo yum -y install unzip
* sudo yum -y install screen
* curl --silent --location https://rpm.nodesource.com/setup_10.x | sudo bash -
* sudo yum -y install nodejs

=========== Basic Usage ==============
* git clone https://github.com/ikiganteng/bot-igeh/
* cd bot-igeh
* unzip node_modules.zip
* node index.js
* Then select the tool you want to use!

Kita buat session dulu ya!
* screen -S Instagram1 (Instagram1 = Nama Session)
Keluar dari session
* CTRL + A + D
Jika ingin mngecek prosesnya / kembali ke session Instagram1
* screen -r Instagram1
Kita buat session baru dulu ya!
* screen -S Instagram2 (Instagram2 = Nama Session Baru)
Keluar dari session
* CTRL + A + D
Jika ingin mngecek prosesnya / kembali ke session Instagram2
* screen -r Instagram2
Cara memberhentikan/stop tools
* screen -S Instagram1 -X kill (Instagram1 = Nama Session yang ingin di berhentikan)
Untuk melihat list session yang sedang berjalan
* screen -list

INFORMATION:

* dellallphoto			"Delete All Post IG"			(WORK & TESTED)
* fah				"SELECTED WITH HASTAG IG"		(WORK & TESTED)
* fftauto			"SELECTED WITH TARGET IG"		(WORK & TESTED)
* fft				"SELECTED WITH TARGET IG"		(WORK & TESTED)
* fftold			"SELECTED WITH TARGET IG"		(WORK & TESTED)
* flaauto			"SELECTED WITH LOCATION IG"		(WORK & TESTED)
* flmauto			"SELECTED WITH MEDIA IG"		(WORK & TESTED)
* unfollall			"UNFOLOW ALL FOLLOWING IG"		(WORK & TESTED)
* unfollnotfollback		"UNFOLLOW NOT FOLLOWBACK IG"	 	(WORK & TESTED)
* botlike			"LIKE/LOVE TIMELINE IG"			(WORK & TESTED)
* botlike2			"LIKE/LOVE TIMELINE IG"			(WORK & TESTED)
* bomlike			"BOM LIKE POST TARGET"			(WORK & TESTED)
* bomkomen			"BOM KOMEN POST TARGET"			(WORK & TESTED)

WARNING

"Use tools at your own risk!!!"
"Use this Tool for personal use, not for sale!!!"
"Make sure your account is not in private to use this tool!!!"

UPDATE

1. Fix Error No Detect Followers Target
2. Input Target/delay Manual (ITTYW)
3. + Improvements In Display Program

SPECIAL THANKS TO:

* Code by Ccocot (ccocot@bc0de.net)
* Fixing and Testing by Putu Syntax
* SGB TEAM REBORN
* BC0DE.NET | NAONLAH.NET - WingKocoli
* Ilyasa Fathur Rahman (Tutorial dari VPS)

About

License:MIT License


Languages

Language:JavaScript 100.0%