Giter VIP home page Giter VIP logo

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.

igfame's People

Contributors

kaex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

igfame's Issues

User Agents and IG Version

Hi! I was testing this code, and works pretty fine for like posts, but you intent to implement follow/unfollow also?

I saw that the user agent is an old iOS version running on iPad, do you intent to implement other devices and iOS versions?

The Instagram Version in this code is too old, any chance to update it?

I'll check better, and I'll try to implement more functions.

How to create new requests?

Hello! I saw that you're using iOS device to make requests to Instagram. You implemented the LIKE endpoint.

I can see all requests from Android app using Charles, but I'm not able to do the same with iOS.

Can you teach how to do this with iOS? So I can update this repo with more requests (follow/comment/direct/story looking/story voting/etc.).

Add please timeline like and comment

Can you add timeline like and comment..
Like i follow a person who just posted a photo and bot like and comment on that photo in just now..in 5 sec of posting of photos
If it possible then please add thos features..
And your bot is great

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.