pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 416c77d38e35c37f6eeb99b019afedc6fb162e67
parent 3ef5da75b8ced4010d6f7e977e714277dbcbfe1c
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun,  9 Nov 2014 13:48:13 -0700

no need to track the config file

Diffstat:
Detc/pricechart.cfg | 96-------------------------------------------------------------------------------
1 file changed, 0 insertions(+), 96 deletions(-)

diff --git a/etc/pricechart.cfg b/etc/pricechart.cfg @@ -1,96 +0,0 @@ -*** general *** - -# Chrome 36 Win7 64bit -user_agent = Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36; -email = kyle@getaddrinfo.net -smtp = smtp.getaddrinfo.net - -*** vendors *** - -+ Memory Express -# -# On sale: -# <div class="PIV_BotPrices"> -# <div class="PIV_PriceRegular">Reg: <span>$359.99</span></div> -# <div class="PIV_PriceSale"> -# $279.99 -# </div> -# </div> -# -# Regular price: -# <div class="PIV_BotPrices"> -# <div class="PIV_Price"> -# <span>$359.99</span> -# </div> -# </div> -# -color = 56B849 -search_uri = http://www.memoryexpress.com/Search/Products?Search= -#title = .ProductTitle -reg_price = .PIV_Price -sale_price = .PIV_PriceSale - -+ Future Shop -color = BA0024 -search_uri = http://www.futureshop.ca/Search/SearchResults.aspx?query= -#title = .prod-title -reg_price = .dollars - -+ Visions Electronics -# -# <td class="price"> -# <span id="ctl00_..." class="regPrice">Price: <span>$509.99</span></span> -# <span id="ctl00_..." class="salePrice">Sale Price: $336.00</span> -# </td> -# -# price is a unique class when only a single product is returned and -# can be used to make sure only a single product has been returned. -# Products that are on sale return both regPrice and salePrice classes -# while regularly priced productes only return the regPrice class. -# -color = 000 -search_uri = http://www.visions.ca/catalogue/category/ProductResults.aspx?searchText= -#title = .plProductName -reg_price = .price -# sale_price = .salePrice - -+ London Drugs -color = 005DAB -search_uri = http://www.londondrugs.com/on/demandware.store/Sites-LondonDrugs-Site/default/Search-Show?q= -#title = .productname -reg_price = .pricing -#reg_price = .standardprice -#sale_price = .salesprice - -# + Amazon -# color = FFA51D -# search_uri = http://www.amazon.ca/s/keywords= -# #title = .newaps -# reg_price = .price - -# + Tiger Direct -# color = 660 -# search_uri = http://www.tigerdirect.ca/applications/SearchTools/search.asp?keywords= -# price_context = -# reg_price = .salePrice -# sale_price = - -+ Best Buy -color = 003B64 -search_uri = http://www.bestbuy.ca/Search/SearchResults.aspx?query= -#title = .product-title, .prod-title -#sale_price = .price-onsale -reg_price = .prodprice - -# + RadioShack -# color = E76453 -# search_uri = http://www.radioshack.com/search/controller.jsp?kw= -# title = .title -# price_context = .product-price-tag -# reg_price = .price - -# + Walmart -# color = 0000FF -# search_uri = http://www.walmart.ca/search/ -# title = .title -# reg_price = .price-current