Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yoannchb-pro/instagramaccountcreator
- Owner: yoannchb-pro
- License: mit
- Created: 2021-06-27T13:03:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T22:33:45.000Z (about 3 years ago)
- Last Synced: 2024-10-24T22:13:09.101Z (3 months ago)
- Topics: account, bot, creator, instagram, js, massive, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.52 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IntagramNodeAccountCreator v2
### !! Not being maintained, feel free to fork !!
## 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
}
```