Skip to content

Commit

Permalink
Merge pull request #28 from val92130/develop
Browse files Browse the repository at this point in the history
2.4.0
  • Loading branch information
Valentin Chatelain authored Sep 19, 2017
2 parents 3954fb6 + 51341cc commit 3f64419
Show file tree
Hide file tree
Showing 44 changed files with 136 additions and 293,227 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
**/node_modules
.vscode
.expo
.expo
bot/build
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Supreme Auto Checkout

Supreme Auto Checkout is a Google Chrome extension to automate the process of buying a product from the Supreme shop.

![Bot](https://github.com/val92130/Supreme-Auto-Checkout/blob/develop/screenshot.png "Bot")
![Bot](https://github.com/val92130/Supreme-Auto-Checkout/blob/develop/screenshot.jpg "Bot")

# Requirements
- Chrome for desktop release 55
Expand All @@ -21,10 +21,12 @@ Supreme Auto Checkout provides many features such as:
- **Option to hide sold out products.**
- **Easy configuration.**
- **AutoCop** - You can set keywords for products and they will automatically be added to cart when they are available on the shop.
- **Product Monitor**

# Coming soon
Features that will be added in the future:
- **Product Monitor** - Be notified when new products are added to the shop.
- **Proxies support**
- **Drop list**

# Installation

Expand All @@ -35,7 +37,7 @@ Or you can also download the latest release [here](https://github.com/val92130/S
Once it's done, follow these steps:
>- Extract the downloaded release to a folder of your choice.
>- Open Google Chrome and type in your address bar **chrome://extensions/** and enable the **Developer** mode option at the top of the page.
>- Drag the **bot/build** folder containing the extension into Google Chrome.
>- Drag the extracted folder containing the extension into Google Chrome.

# Updating
Expand Down Expand Up @@ -108,7 +110,7 @@ This temporary works because Supreme doesn't seems to validate Google's Re-captc

This option is **NOT** recommended, use with caution.

# Development
# Development

Requirements:
- node.js 7+
Expand All @@ -119,12 +121,19 @@ First, you'll need to install the npm dependencies:
$ yarn
```

To build and watch the project run the following command:
To build and watch for changes run the following command:
```bash
$ yarn build
$ yarn watch
```

To build the project, run:
```bash
$ yarn build
```

Those commands will create a `build` folder containing the packaged application

## Donation
This project will always be supported for free but any donation would be greatly appreciated!

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/vchatelain)
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/vchatelain)
61 changes: 0 additions & 61 deletions bot/build/assets/css/main.css

This file was deleted.

Binary file removed bot/build/assets/fonts/roboto-v15-latin-300.eot
Binary file not shown.
Loading

0 comments on commit 3f64419

Please sign in to comment.