-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Anouar Ben Saad edited this page Jan 14, 2019
·
1 revision
Welcome to the InstagramBot wiki!
for the first time that you use instagrambot
you have to connect accounts/instaCon.js
Connection
- node instaCon.js
-
-u
oruser
: your username -
-p
orpass
: your password -
-m
ormode
: mode of connexion \n-login \n-logout
-
Example : node instaCon.js -u test -p 123 -m login
Extract Profile
- node profileExtractor.js
-
-u
oruser
: select the source user from database -
-s
orselect
: select all followings or followers from target profile \n-followers \n-followings -
-i
oruid
: the target user_id -
-t
ortimeout
: set your time in ms -
-c
orcategorie
: the categories of posts who want to liked them
-
Example : node instaCon.js -u test -s followers -i 999999 -t 6000 -c github
Extract Media
- node mediaExtractor.js
-
-u
oruser
: select the source user from database -
-s
orselect
: select all comments or likers from target media \n-likers \n-comments -
-S
orsrc
: Source of media there is two type of source \n-URL \n-MediaID -
-g
orget
: get all comments or person tagged -
-c
orcategorie
: the categories of posts who want to liked them
-
Example : node followEngine.js -u test -s likers -S 999999 -g all -c github
Follow / Unfollow
- node followEngine.js
-
-u
oruser
: select the source user from database -
-m
ormake
: make or remove freindship from target profile \n-follow \n-unfollow -
-c
orcategorie
: the categorie of get thems.
-
Example : node instaCon.js -u test -m follow -c github
Location Search
- node locationSearch.js
-
-u
oruser
: select the source user from database -
-l
orlocatid
: Source of location : \n-LocationID
-
User Feed
- node userfeed.js.js
-
-u
oruser
: select the source user from database -
-t
ortype
: this optionally argument who select type of media \n-photo \n-video \n-carousel \n-all -
-g
orget
: this optionally argument who select max posts or all posts from wall of user target -
-c
orcategorie
: Source of location : \n-LocationID
-
Comment Engine
- node commentEngine.js
-
-u
oruser
: select the source user from database -
-S
orsrc
: Source of media there is two type of source \n-URL \n-MediaID' -
-o
orop
: choose option \n-delete \n-post -
-c
orcomment
: add you comment -
-i
orcomid
: put the comment id
-