GithubHelp home page GithubHelp logo

chertovsky / igfame Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaex/igfame

0.0 1.0 0.0 11 KB

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

License: MIT License

PHP 100.00%

igfame's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.