All Projects → A-Georgiou → Simplenikeaccountcreator

A-Georgiou / Simplenikeaccountcreator

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

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Simplenikeaccountcreator

Nike Buy Bot
A bot using Node.js / puppeteer that buys a Nike shoe when it drops
Stars: ✭ 149 (+217.02%)
Mutual labels:  bot, puppeteer
Is Google
Verify that a request is from Google crawlers using Google's DNS verification steps
Stars: ✭ 82 (+74.47%)
Mutual labels:  bot, verify
Google Meet Scheduler
😴 Attends classes for you.
Stars: ✭ 150 (+219.15%)
Mutual labels:  bot, puppeteer
Whatsapp Bot
BOT - WhatsApp Web in TypeScript
Stars: ✭ 170 (+261.7%)
Mutual labels:  bot, puppeteer
Venom
Venom is the most complete javascript library for Whatsapp, 100% Open Source.
Stars: ✭ 3,457 (+7255.32%)
Mutual labels:  bot, puppeteer
Wbot
A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 14th, 2020
Stars: ✭ 638 (+1257.45%)
Mutual labels:  bot, puppeteer
Socialmanagertools Gui
🤖 👻 Desktop application for Instagram Bot, Twitter Bot and Facebook Bot
Stars: ✭ 293 (+523.4%)
Mutual labels:  bot, puppeteer
Socialmanagertools Igbot
🤖 📷 Instagram Bot made with love and nodejs
Stars: ✭ 699 (+1387.23%)
Mutual labels:  bot, puppeteer
Calebj Cogs
⚙ Cogs for Red-Discordbot
Stars: ✭ 42 (-10.64%)
Mutual labels:  bot
Automod Bot
Fun moderation economy bot discord.js
Stars: ✭ 41 (-12.77%)
Mutual labels:  bot
Puppeteer Request Spy
Watch, fake or block requests from puppeteer matching patterns
Stars: ✭ 42 (-10.64%)
Mutual labels:  puppeteer
Projhyperai
一个包含了机器人框架/插件化可运行程序/IM适配器的项目集合.
Stars: ✭ 42 (-10.64%)
Mutual labels:  bot
Schedulebot
A Discord bot that makes scheduling easy
Stars: ✭ 44 (-6.38%)
Mutual labels:  bot
Telegram Test Api
Simple implimentation of telegram API which can be used for testing telegram bots
Stars: ✭ 42 (-10.64%)
Mutual labels:  bot
Puppeteer Deep
Puppeteer, Headless Chrome;爬取《es6标准入门》、自动推文到掘金、站点性能分析;高级爬虫、自动化UI测试、性能分析;
Stars: ✭ 1,033 (+2097.87%)
Mutual labels:  puppeteer
Vulnx
vulnx 🕷️ is an intelligent bot auto shell injector that detect vulnerabilities in multiple types of cms { `wordpress , joomla , drupal , prestashop .. `}
Stars: ✭ 1,009 (+2046.81%)
Mutual labels:  bot
Botwall4j
A botwall for Java web applications
Stars: ✭ 41 (-12.77%)
Mutual labels:  bot
Caloriecounter
AWS Lex based chatbot that calculates calories based on different fast food restaurants. This was an entry for a coding challenge on DevPost, and is actively used on Facebook Messenger. The issues list is actively managed as what defects or improvements are found by real world usage.
Stars: ✭ 46 (-2.13%)
Mutual labels:  bot
Whalesong
Whalesong is an asyncio python library to manage WebApps remotely. Currently WhatsappWeb is implemented
Stars: ✭ 46 (-2.13%)
Mutual labels:  puppeteer
Juniperbot
Fluffy Discord Bot (Music, Ranking, Reminder, Vk Community bridge,WikiFur) created using JDA
Stars: ✭ 43 (-8.51%)
Mutual labels:  bot

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].