markf94 / snkrs-bot

A simple bot using Node.js / puppeteer that purchases sneakers on Nike's SNKR's site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

snkrs-bot

SNKRS Canada Automated Bot
Explore the docs »

View Site · Report Bug · Request Feature

Table of Contents

About The Project

A fully automated sneaker bot for purchasing exclusive sneakers on the Nike Canada SNKR's site.

Feel free fork and edit this project to your liking.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

You must already have a valid Nike account and credit card tied to the account.

  • yarn
yarn upgrade --latest
  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/mosuswalks/snkrs-bot.git
  1. Install NPM packages
yarn install

or

npm install

Usage

  1. You'll need to create a .env file and add the following variables.
EMAIL=youremail@example.com
PASS=yournikeaccountpassword
CVV=yourcreditcardcvv
  1. In the bot.js file, edit the following lines.

  1. Run the script like you normally would or by invoking the Cron Job (currently set to 6am)
node bot.js

or

node cron.js

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Mohamed - @ - mohamedaabdi@yahoo.ca

Project Link: https://github.com/mosuswalks/snkrs-bot

About

A simple bot using Node.js / puppeteer that purchases sneakers on Nike's SNKR's site.

License:MIT License


Languages

Language:JavaScript 100.0%