-
Notifications
You must be signed in to change notification settings - Fork 14
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
-
-uoruser: your username -
-porpass: your password -
-mormode: mode of connexion \n-login \n-logout
-
Example : node instaCon.js -u test -p 123 -m login
Extract Profile
- node profileExtractor.js
-
-uoruser: select the source user from database -
-sorselect: select all followings or followers from target profile \n-followers \n-followings -
-ioruid: the target user_id -
-tortimeout: set your time in ms -
-corcategorie: 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
-
-uoruser: select the source user from database -
-sorselect: select all comments or likers from target media \n-likers \n-comments -
-Sorsrc: Source of media there is two type of source \n-URL \n-MediaID -
-gorget: get all comments or person tagged -
-corcategorie: 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
-
-uoruser: select the source user from database -
-mormake: make or remove freindship from target profile \n-follow \n-unfollow -
-corcategorie: the categorie of get thems.
-
Example : node instaCon.js -u test -m follow -c github
Location Search
- node locationSearch.js
-
-uoruser: select the source user from database -
-lorlocatid: Source of location : \n-LocationID
-
User Feed
- node userfeed.js.js
-
-uoruser: select the source user from database -
-tortype: this optionally argument who select type of media \n-photo \n-video \n-carousel \n-all -
-gorget: this optionally argument who select max posts or all posts from wall of user target -
-corcategorie: Source of location : \n-LocationID
-
Comment Engine
- node commentEngine.js
-
-uoruser: select the source user from database -
-Sorsrc: Source of media there is two type of source \n-URL \n-MediaID' -
-oorop: choose option \n-delete \n-post -
-corcomment: add you comment -
-iorcomid: put the comment id
-