Skip to content
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 or user : your username
    • -p or pass : your password
    • -m or mode : mode of connexion \n-login \n-logout

Example : node instaCon.js -u test -p 123 -m login


Extract Profile

  • node profileExtractor.js
    • -u or user : select the source user from database
    • -s or select : select all followings or followers from target profile \n-followers \n-followings
    • -i or uid : the target user_id
    • -t or timeout : set your time in ms
    • -c or categorie : 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 or user : select the source user from database
    • -s or select : select all comments or likers from target media \n-likers \n-comments
    • -S or src : Source of media there is two type of source \n-URL \n-MediaID
    • -g or get : get all comments or person tagged
    • -c or categorie : 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 or user : select the source user from database
    • -m or make : make or remove freindship from target profile \n-follow \n-unfollow
    • -c or categorie : the categorie of get thems.

Example : node instaCon.js -u test -m follow -c github


Location Search

  • node locationSearch.js
    • -u or user : select the source user from database
    • -l or locatid : Source of location : \n-LocationID

User Feed

  • node userfeed.js.js
    • -u or user : select the source user from database
    • -t or type : this optionally argument who select type of media \n-photo \n-video \n-carousel \n-all
    • -g or get : this optionally argument who select max posts or all posts from wall of user target
    • -c or categorie : Source of location : \n-LocationID

Comment Engine

  • node commentEngine.js
    • -u or user : select the source user from database
    • -S or src : Source of media there is two type of source \n-URL \n-MediaID'
    • -o or op : choose option \n-delete \n-post
    • -c or comment : add you comment
    • -i or comid : put the comment id
Clone this wiki locally