SNKRS Canada Automated Bot
Explore the docs »
View Site
·
Report Bug
·
Request Feature
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.
To get a local copy up and running follow these simple steps.
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
- Clone the repo
git clone https://github.com/mosuswalks/snkrs-bot.git
- Install NPM packages
yarn install
or
npm install
- You'll need to reate a .env file and add the following variables.
EMAIL=youremail@example.com
PASS=yournikeaccountpassword
CVC=yourcreditcardcvc
- In the bot.js file, edit the following lines.
- Run the script like you normally would or by invoking the Cron Job (currently set to 6am)
node bot.js
or
node cron.js
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Mohamed - @ - mohamedaabdi@yahoo.ca
Project Link: https://github.com/mosuswalks/snkrs-bot