https://github.com/ispyhumanfly/sandbox
A sandbox directory filled with random scripting ideas.
https://github.com/ispyhumanfly/sandbox
Last synced: about 2 months ago
JSON representation
A sandbox directory filled with random scripting ideas.
- Host: GitHub
- URL: https://github.com/ispyhumanfly/sandbox
- Owner: ispyhumanfly
- Created: 2017-01-06T11:13:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T19:34:19.000Z (about 8 years ago)
- Last Synced: 2024-10-18T20:47:44.193Z (7 months ago)
- Language: Perl
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# girlmerry-cli
A command-line interface to the www.girlmerry.com online fashion clothing wholesale store.# Synopsis
The girlmerry-cli is a non-blocking and multi-threaded product page aggregator. Its primary purpose
is to render near realtime and easy to understand results to the console. Alternatively, you may export your result
lists to common file formats such as JSON, XML and CSV.## Usage
Grab 120 results from a single product page.
girlmerry-cli "jumpsuits.html?product_list_limit=120"
Retrieve results from a combination of product pages.
girlmerry-cli "sexy-lingerie" "jumpsuits.html" "swimsuits"
Native www.girlmerry.com query strings can be used.
girlmerry-cli "jumpsuits.html?product_list_limit=360&p=1"
Here's a query that retrieves nearly every single product on www.girlmerry.com.
girlmerry-cli "clubwear-dresses" "swimwear" "jumpsuits.html?product_list_limit=360&p=1" "jumpsuits.html?product_list_limit=360&p=2" "jumpsuits.html?product_list_limit=360&p=3" "jumpsuits.html?product_list_limit=360&p=4" "top-10"
An example of what the console output could look like...
RESULT: 50
NAME: Solid Two-Ways Wear Zipper Sport Jumpsuit
IMAGE: data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
PRICE: $4.52
SIZES: S,M,LRESULT: 51
NAME: Winter New Lace Sexy See Through Jumpsuit
IMAGE: data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
PRICE: $7.32
SIZES: S,M,LRESULT: 52
NAME: Black Rivet Thick High Quality Fashion Jumpsuit
IMAGE: data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
PRICE: $8.40
SIZES: S,M,LRESULT: 53
NAME: Winter New Off Shoulder Velvet Thick Jumpsuit
IMAGE: data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7
PRICE: $8.40
SIZES: S,M,L# License
MIT# Copyright
2017 Dan Stephenson (ispyhumanfly)