Skip to content

kaex/igFame

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
June 6, 2022 21:25
December 12, 2019 15:08
December 12, 2019 15:08
December 12, 2019 15:05
December 12, 2019 14:58

πŸ“· 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

Installation

git clone git@github.com: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.

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages