- New email handler because the older version don't work anymore
- Proxy handler
- See the creation in the browser
Create with node.js a lot of instagram accounts
Launch "install.bat" or do "npm install"
Launch "start.bat" or do "node index.js"
Results go in "results" folder
- 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
}