Skip to content

fly3rman/amazonpricer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fetch the price of an amazon product and compare it to a wanted price. uses sqlite3.

install:

pip install .

run:

add item:

ap add $ID $WANTED_PRICE

example:

ap add B07RSSH31R 28

list your items:

ap ls

example:

root@bear:~# ap ls
listing products:
+----+--------------+----------------+--------------------+--------+
|    |  product_id  |   price_wanted |   prices_last_seen |  buy?  |
|----+--------------+----------------+--------------------+--------|
|  0 |  B07KW97DW6  |             16 |              16.99 |        |
|  1 |  B0748KLR39  |             18 |              17.54 |   x    |
|  2 |  B0827X2RQV  |             10 |             nan    |        |
|  3 |  B0000WPM4W  |              8 |               8.21 |        |
+----+--------------+----------------+--------------------+--------+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages