mkabatek / gramcracker

Follow/Unfollower

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gramcracker for chrome

Michael Kabatek (c) 2017

  1. Download CJS plugin for Google Chrome

  2. Edit the script to user your account

var homeName = "<your_instagram_username>";
var homeUrl = "https://instagram.com/<your_instagram_username>";
  1. Edit var masterUrlList = [ ... ] to contain the instagram accounts you want to follow/unfollow

  2. Open the Chrome developer console: Command + Option + J (on OSX)

  3. Clear Chrome local storage localStorage.clear(); (Optional to reset the index of masterUrlList)

  4. Copy and paste the script into CJS plugin, check enable cjs for this host, and click save.

  • You can edit the looping paramters
//looping parameters
var NumberItr = 2500; //number of people to follow
var BaseFollowers = 770; //base number of followers
var tMax = 120000; //follow/unfollow time max milliseconds
var tMin = 60000; //follow/unfollow time min milliseconds

About

Follow/Unfollower


Languages

Language:JavaScript 100.0%