Giter VIP home page Giter VIP logo

instagram4's Introduction


Instagram4

Hey, this is human acting Instagram Bot, which pretends activity on Instagram so you gain followers withouts doing anything. Instagram4 is able to like stuff & follow persons in areas you define.

Get Started!

All you need to do is creating two config files.

The first will be the cred.js file. You can just copy cred.exmaple.js and rename it to cred.js. After that fill in your information, the file could look like that:

module.exports = {
    user: "instagram4",
    pass: "secretpasswd312",
};

The second file, config.js, stores the behavior of the bot. You can copy config.example.js and rename it to config.js. The config file could look like that:

module.exports = {
   
	// Related Tags
	tags: [ 
	    "picoftheday", 
	    "like4like", 
	    "follow4follow" 
	],

	// Enable Track & Auto Delete Duration 
	trackLikes: true, 
	trackFollows: true, 
	followDuration: 6 * 60 * 60 * 1000, 
	likeDuration: 2 * 60 * 60 * 1000, 

	// Max Delayed Time for each delete request for more human delete actions 
	unfollowTime: 5000, 
	unlikeTime: 20000, 
	
	// Display of Status 
	statusRate: 3 * 60 * 1000, 

	// Like & Follow Session Settings 
	sessionDuration: 30 * 60 * 1000, 
	maxLikesPerSession: 60, 
	maxFollowsPerSession: 4, /* keep this low to avoid getting banned ! */
	maxTagsCombined: 10, 

	// Max Session Delays 
	maxFollowSessionDelay: 2 * 60 * 60 * 1000, 
	maxLikeSessionDelay: 2 * 60 * 60 * 1000, 

	// Start Delay 
	startLikeDelay: 5 * 1000, 
	startFollowDelay: 5 * 1000,
};

And after setting it up, just run following in terminal:

npm i && npm run start

to install the dependencies & run it.

Startup Parameters

-json All output JSON-Encoded

-config=[path-to-config] set custom config path

-credentials=[path-to-credentials] set custom credentials path

Sorry but no sorry

I quickly made this in my freetime, so sorry for the lack of documentation, feel free to contribute and improve this bot.

Made with <3 by mono424.

instagram4's People

Contributors

mono424 avatar

Watchers

 avatar

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.