All Projects β†’ kaex β†’ igFame

kaex / igFame

Licence: MIT license
πŸ“· igFame - Tool for automated Instagram interactions [PHP]

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to igFame

Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (+256.25%)
Mutual labels:  instagram, instagram-scraper, instagram-api, instagram-bot
Inwidget
inWidget - free Instagram widget for your website. Allows you to show photos from an Instagram account, by hashtags and more.
Stars: ✭ 132 (+725%)
Mutual labels:  instagram, instagram-scraper, instagram-api
MyIGBot
MyIGBot is a Private API for Instagram to like, follow, comment, view & intaract with stories, upload post & stories, get all information about a user/posts and get posts based on locations/hashtags. It also supports proxy.
Stars: ✭ 137 (+756.25%)
Mutual labels:  instagram, instagram-api, instagram-bot
Instagram Php Scraper
Get account information, photos, videos, stories and comments.
Stars: ✭ 2,490 (+15462.5%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Socialmanagertools Igbot
πŸ€– πŸ“· Instagram Bot made with love and nodejs
Stars: ✭ 699 (+4268.75%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Instauto
Simple to use wrapper around the private Instagram API, written in Python.
Stars: ✭ 52 (+225%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Instabotai
Instagram AI bot with face detection. It works without instagram api, need only login and password.
Stars: ✭ 181 (+1031.25%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Instasharper
Private Instagram API
Stars: ✭ 426 (+2562.5%)
Mutual labels:  instagram, instagram-scraper, instagram-api
insta-story
πŸ€– πŸ“· Instagram Story Downloader Anonymously - PHP
Stars: ✭ 25 (+56.25%)
Mutual labels:  instagram-scraper, instagram-api, instagram-bot
nanogram.js
πŸ“· An easy-to-use and simple Instagram package that allows you to fetch media content without API and access token.
Stars: ✭ 62 (+287.5%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Instagram-Giveaways-Winner
Instagram Bot which when given a post url will spam mentions to increase the chances of winning. Win Instagram Giveaways!
Stars: ✭ 95 (+493.75%)
Mutual labels:  instagram, instagram-scraper, instagram-bot
Instagram Scraper
Scrapes an instagram user's photos and videos
Stars: ✭ 5,664 (+35300%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Instagramapisharp
A complete Private Instagram API for .NET (C#, VB.NET).
Stars: ✭ 486 (+2937.5%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Igql
Unofficial Instagram GraphQL API to collet data without authentication
Stars: ✭ 80 (+400%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Instagram User Feed
This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
Stars: ✭ 435 (+2618.75%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Socialmanagertools Docs
πŸ“š Documentation of Social Manager Tools
Stars: ✭ 151 (+843.75%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Instagram-Auto-Pilot
Automate common Instagram activities such as following, unfollowing, commenting and reposting images from instagram accounts.
Stars: ✭ 50 (+212.5%)
Mutual labels:  instagram-scraper, instagram-api, instagram-bot
Instamancer
Scrape Instagram's API with Puppeteer
Stars: ✭ 273 (+1606.25%)
Mutual labels:  instagram, instagram-scraper, instagram-api
Instagram Proxy Api
CORS compliant API to access Instagram's public data
Stars: ✭ 245 (+1431.25%)
Mutual labels:  instagram, instagram-scraper, instagram-api
instagram
Php instagram library. With this library, you can use many of the same features in the mobile application.
Stars: ✭ 45 (+181.25%)
Mutual labels:  instagram-scraper, instagram-api, instagram-bot

πŸ“· 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].