https://github.com/christophior/sneakerbot
https://github.com/christophior/sneakerbot
bot
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/christophior/sneakerbot
- Owner: christophior
- Created: 2017-04-22T00:04:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T06:43:02.000Z (about 9 years ago)
- Last Synced: 2025-06-26T23:19:03.824Z (about 1 year ago)
- Topics: bot
- Language: JavaScript
- Homepage: http://www.eastbay.com/product/model:254106/sku:4299366Y/adidas-originals-yeezy-boost-350-mens/
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sneakerBot
Have gulp installed globally
```
npm install -g gulp
```
Make sure and go into the folder of the bot you want to run and install:
```bash
cd yeezysupply
npm install
```
To start the bot just fill out the options.js file and run the following in a folder:
```bash
npm start
```
*the very final submit action in the script is commented out so you won't actually buy whatever shoes you put in until you uncomment that line in __index.js__.*