Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yoannchb-pro/instagramaccountcreator

Create a lot of instagram accounts with node.js
https://github.com/yoannchb-pro/instagramaccountcreator

account bot creator instagram js massive nodejs

Last synced: about 2 months ago
JSON representation

Create a lot of instagram accounts with node.js

Awesome Lists containing this project

README

        

# IntagramNodeAccountCreator v2

### !! Not being maintained, feel free to fork !!

Creation

## Update

- New email handler because the older version don't work anymore
- Proxy handler
- See the creation in the browser

## Description

Create with node.js a lot of instagram accounts

## How to install ?

Launch "install.bat" or do "npm install"

## How to start ?

Launch "start.bat" or do "node index.js"

## How to get the results ?

Results go in "results" folder

## How to configure the project ?

- See config.js file

```js
const config = {
proxy: false, //Use a proxy each time it will create a new account ?
headless: true, //See the creation of the account in the browser
nbAccount: 1 //Number of account to create
}
```