Skip to content

A simple nike account creator I made using puppeteer and request in node js

Notifications You must be signed in to change notification settings

kgoyal000/SimpleNikeAccountCreator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Nike Account Creator

A simple nike account creator and verifier I made using puppeteer and request in node js, this bot will automate creating nike accounts for you and will also also verify the mobile number so the accounts can be used to purchase shoes on Nike.com

--TO USE THIS SIMPLE NIKE ACCOUNT CREATOR--

  1. Download the project.
  2. In terminal navigate to the projects directory
  3. Run the following command with npm installed

npm install

  1. Now you will need to setup a getsmscode.com account for the phone verification which is required for Nike.
  2. Once you have created an account you can find the token on the user information page.

These are required for the program to work correctly.

--FOR UK USERS--

Now go into bot.js and at the top of the program just replace the variables with your own from getsmscode.com and for the Nike account information you would like to enter.

TO RUN THE PROGRAM: in terminal type "forever bot.js" this will run the program and upon completion will restart it and run it again and again forever until you press "ctrl + C" to end the program, it does not take up much processor power so you can just run it in the background.

--FOR US USERS--

Now go into botUS.js and replace the variables at the top with your getsmscode account and some details you would like for the generated accounts to have.

TO RUN THE PROGRAM: in terminal type "forever botUS.js" this will run the program and upon completion will restart it and run it again and again forever until you press "ctrl + C" to end the program, it does not take up much processor power so you can just run it in the background.

Hopefully it works, it is just a very simple application without much complexity.

Enjoy.

-Andrew

About

A simple nike account creator I made using puppeteer and request in node js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%