Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 830 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 830 Bytes

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
 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
}