igFame icon indicating copy to clipboard operation
igFame copied to clipboard

πŸ“· igFame - Tool for automated Instagram interactions [PHP]

πŸ“· igFame - Tool for automated Instagram interactions

Tooling that automates your instagram media interactions to β€œfarm” Likes, Comments, and Followers on Instagram Implemented in PHP.

Table of contents

  • How to install and run igFame
    • Installing igFame
    • Configuring igFame
    • Running igFame
  • Disclaimer
  • Contribution

Installation

git clone [email protected]:xosad/igFame.git

Configuring igFame

Start of by editing config.example.json:

{
     "account": {
     	"username": "janedoe", //Instagram username
     	"password": "janedoe" //Instagram password
     },
     "sleep_delay": 2200, //Sleep delay after looping all tags
     "like_depth_per_user": 3, //How many random images should the bot like from users
     "proxy": "", //proxy eg: 132.123.21.34:6666
     "like_depth_per_tag": 4,  //How many images should the bot like from each tag
     "tags": [
     	"xosad",
     	"igFame", //Tags to like
     	"baransel"
     ],
     "blacklisted_tags": [
     	"testing", //Tags to blacklist
     	"free"
     ],
     "blacklisted_usernames": [
     	"instagram", //Usernames to blacklist
     	"facebook"
     ]
}

After editing this rename it to config.json.

Running igFame

php bot.php

That's it! πŸš€


Disclaimer

Disclaimer: Please Note that this is a research project. I am by no means responsible for any usage of this tool. Use on your own behalf. I'm also not responsible if your accounts get banned due to extensive use of this tool.

Contribution

  • Fork this repo.
  • Add new features.
  • Create a new pull request for this branch.