Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmoopi/shopgoodwill
shopgoodwill.com command line tool made with Puppeteer and Node JS
https://github.com/shmoopi/shopgoodwill
cli node puppeteer
Last synced: 2 days ago
JSON representation
shopgoodwill.com command line tool made with Puppeteer and Node JS
- Host: GitHub
- URL: https://github.com/shmoopi/shopgoodwill
- Owner: Shmoopi
- License: mit
- Created: 2017-10-29T18:08:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T19:09:06.000Z (about 7 years ago)
- Last Synced: 2024-11-09T10:44:31.738Z (about 2 months ago)
- Topics: cli, node, puppeteer
- Language: JavaScript
- Size: 27.3 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopgoodwill CLI
Automatically search and bid on shopgoodwill.com through the command-line with Node.js and Puppeteer.
## Getting Started
### Installation
To use shopgoodwill:1. Clone the repository
2. Change directory into the cloned repository
2. ```npm install```
3. ```npm link```### Usage
```shopgoodwill -h``````
Usage: index [options] [command]shopgoodwill.com CLI - search and bid
Options:
-V, --version output the version number
-o, --output output path - default prints JSON to console
-c, --credentials path to credentials to log into shopgoodwill.com
-a, --authenticate prompt to authenticate into shopgoodwill.com
-v, --verbose verbose logging
-h, --help output usage informationCommands:
search [options] [query...] search queries quoted and separated by a space (i.e. "item 1" "item 2" "item 3")
```
### Example
```shopgoodwill search item``````
{
"search": "item",
"count": "1",
"items": [
{
"id": "00000001",
"title": "Item",
"bids": "0",
"price": "$5.00",
"end": "10/29/2017 5:30:00 PM",
"remaining": "5h 29m",
"url": "https://www.shopgoodwill.com/Item/00000001",
"image": "https://sgws3productimages.azureedge.net/sgwproductimages/images/0/10-14-2017/00000000000000er-thumb.jpg"
}
]
}
```## TODO
shopgoodwill is not complete:- [ ] Bidding
- [ ] More tests
- [x] Search## License
Copyright © 2017 Shmoopi LLC
If you like what you see here, or on our website, please feel free to drop us a line or purchase one of our applications!