Skip to content

Commit

Permalink
Some minor updates to jsdoc comments and readme. Update version numbe…
Browse files Browse the repository at this point in the history
…r and changelog
  • Loading branch information
chapiewsky committed Jun 9, 2019
1 parent c47ed8a commit 0df2c58
Show file tree
Hide file tree
Showing 6 changed files with 321 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.0 - 2019-06-08
### Added
- Adds database to monitor entries (#74)[https://github.com/jpchip/giveaway-grabber/issues/74]


## 3.5.0 - 2019-06-04
### Added
- Add ability to enter follow type giveaways (#11)[https://github.com/jpchip/giveaway-grabber/issues/11]
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ and the script will always skip those entries.

I wanted a reason to experiment with [Puppeteer](https://github.com/GoogleChrome/puppeteer), so here goes.

Note: does not support entries that require following someone. Some video giveaways require
using Chrome instead of Chromium, see **chromeExecutablePath** section below.
Note: Some video giveaways require using Chrome instead of Chromium, see **chromeExecutablePath** section below.

## Installation

Expand Down Expand Up @@ -158,7 +157,7 @@ The table below outlines the codes used and what they are indicating.

Codes relate to not being able to be processed are not stored. The expectation is that as Giveaway-Grabber matures these items may be corrected. As such, blocking them due to a failure would force Giveaway-Grabber to skip them after the problem is rectified.

**NOTE:** If you delete your giveaway-grabber's install directory, you may want to grab the gg.db file first. When a new Giveaway-Grabber is installed or cloned you can put the gg.db file into the install directory. This way you will be able to retain all of the sweepstakes you have previously entered. The gg.db file will rebuild on its own, but it Giveaway-Grabber will need to go through each page to do so.
**NOTE:** If you delete your giveaway-grabber's install directory, you may want to grab the gg.db file first. When a new Giveaway-Grabber is installed or cloned you can put the gg.db file into the install directory. This way you will be able to retain all of the sweepstakes you have previously entered. The gg.db file will rebuild on its own, but Giveaway-Grabber will need to go through each page to do so.

### Good luck!

Expand Down
Loading

0 comments on commit 0df2c58

Please sign in to comment.