GithubHelp home page GithubHelp logo

youaresourcecode / insta-growth Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wilsonbarajas7/insta-growth

0.0 0.0 0.0 6.05 MB

Tool for growing on instagram!

License: MIT License

JavaScript 32.67% HTML 58.77% CSS 8.56%

insta-growth's Introduction


insta-growth is a set of tools that help us to realize the $1.80 strategy in a simple way and as quickly as possible.

Installation    |    Configuration    |    Usage    |    Interface    |    How does it work

Installation

NOTE: NodeJS 10.13.0 or higher is required.

# clone the repo
$ git clone https://github.com/EsteveSegura/insta-growth.git

# change the working directory to insta-growth
$ cd insta-growth

# install NodeJS & npm if they are not installed

# install the requirements
$ npm install

Configuration

Before running the software we have to add a minimum configuration to our project.

First we are going to create a file that contains our username and password on instagram, this file must be located at the src folder of our project and we must call it .env
./src/.env

IG_USERNAME=InstagramAccount   
IG_PASSWORD=InstagramPassword

And then we have to fine tune the options with which we want the application to interact with instagram. This file is located in the src folder and is called config.json we can edit it with the most appropriate options.

{
    "hashtags" : ["food","recipes","sushi"], 
    "maxFollows" : 1000, 
    "maxMediaCount" : 450 
}

hashtags : hashtags related to our account.
maxFollows : maximum followers of our targets.
maxMediaCount : maximum media of our targets.

Usage

Now we are ready to run the software. Open two different terminals, we will execute two separate processes

# Terminal 1
$ cd src
$ node server

# Terminal 2
$ cd src
$ node index

These two processes belong to a web interface and the system that connects directly to instagram. We can interact directly with the web interface by browsing at http://localhost:5000

Interface

We can choose between two types of interface.

  • Graphical interface This graphic interface is designed to be able to see in real time the photographs that the system is filtering for us.

  • list interface This interface is simpler and only shows the links directly in list format, perfect if we want to use the system with a different account and then be able to use the links where we want

How does it work

insta-growth navigates through the hashtags specified in our configuration file and applies certain filters when showing us posts. Offering relatively low account results or without much interaction.

To understand why this is relevant and important we must know how the 1.80 $ strategy works. Explanatory video here

License

MIT © insta-growth

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.