Recent Releases of https://github.com/akaszynski/keepa
https://github.com/akaszynski/keepa - v1.3.14
What's Changed
- Update API link by @akaszynski in https://github.com/akaszynski/keepa/pull/196
- PR for aplus param changes by @The-Winnster in https://github.com/akaszynski/keepa/pull/198
- fix per page parm and test it by @akaszynski in https://github.com/akaszynski/keepa/pull/199
Full Changelog: https://github.com/akaszynski/keepa/compare/v1.3.13...v1.3.14
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/akaszynski/keepa - v1.3.13
What's Changed
- Add Content Permission for Release Step by @akaszynski in https://github.com/akaszynski/keepa/pull/193
- Fix perPage parm being overridden by @akaszynski in https://github.com/akaszynski/keepa/pull/194
Full Changelog: https://github.com/akaszynski/keepa/compare/v1.3.12...v1.3.13
- Python
Published by github-actions[bot] over 1 year ago
https://github.com/akaszynski/keepa - v1.3.9
What's Changed
- Housekeeping: Remove dependabot and bump actions/pre-commit by @akaszynski in https://github.com/akaszynski/keepa/pull/168
- add domain 12:BR (com.br) by @raphaelfranca in https://github.com/akaszynski/keepa/pull/173
New Contributors
- @raphaelfranca made their first contribution in https://github.com/akaszynski/keepa/pull/173
Full Changelog: https://github.com/akaszynski/keepa/compare/v1.3.8...v1.3.9
- Python
Published by akaszynski over 2 years ago
https://github.com/akaszynski/keepa - v1.3.8
What's Changed
- add back in a few missing imports; use ruff by @akaszynski in https://github.com/akaszynski/keepa/pull/155
Full Changelog: https://github.com/akaszynski/keepa/compare/v1.3.7...v1.3.8
- Python
Published by akaszynski over 2 years ago
https://github.com/akaszynski/keepa - Patch Release - v1.7.3
What's Changed
- Fixed message on exceptions by @999Samurai in https://github.com/akaszynski/keepa/pull/139
- Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/akaszynski/keepa/pull/144
- Add in testing and support for Python 3.12 by @akaszynski in https://github.com/akaszynski/keepa/pull/149
- Add process used buybox by @akaszynski in https://github.com/akaszynski/keepa/pull/150
- Add number of products to product finder by @akaszynski in https://github.com/akaszynski/keepa/pull/151
New Contributors
- @999Samurai made their first contribution in https://github.com/akaszynski/keepa/pull/139
Full Changelog: https://github.com/akaszynski/keepa/compare/v1.3.6...v1.3.7
- Python
Published by akaszynski over 2 years ago
https://github.com/akaszynski/keepa - v1.3.6
What's Changed
- Bugfix product finder query by @Kies8 in https://github.com/akaszynski/keepa/pull/134
- Allow adjustment of logging level by @sverrirarnors in https://github.com/akaszynski/keepa/pull/133
- Fix pre-commit by @akaszynski in https://github.com/akaszynski/keepa/pull/135
- upload only on py311 by @akaszynski in https://github.com/akaszynski/keepa/pull/136
New Contributors
Thanks!
- @Kies8 made their first contribution in https://github.com/akaszynski/keepa/pull/134
- @sverrirarnors made their first contribution in https://github.com/akaszynski/keepa/pull/133
Full Changelog: https://github.com/akaszynski/keepa/compare/v1.3.5...v1.3.6
- Python
Published by akaszynski about 3 years ago
https://github.com/akaszynski/keepa - v1.3.4
What's Changed
- Add product keys by @akaszynski in https://github.com/akaszynski/keepa/pull/107
- address async sleep by @akaszynski in https://github.com/akaszynski/keepa/pull/108
- Add precommit by @akaszynski in https://github.com/akaszynski/keepa/pull/112
- Add codacy badge by @akaszynski in https://github.com/akaszynski/keepa/pull/113
- Test for Python 3.11 by @akaszynski in https://github.com/akaszynski/keepa/pull/125
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/akaszynski/keepa/pull/126
- Fixed Deals by @wixihatchi in https://github.com/akaszynski/keepa/pull/122
New Contributors
- @wixihatchi made their first contribution in https://github.com/akaszynski/keepa/pull/122
Full Changelog: https://github.com/akaszynski/keepa/compare/1.3.0...v1.3.4
- Python
Published by akaszynski over 3 years ago
https://github.com/akaszynski/keepa - Return non-async Class
This release adds back in the non-async class to keepa for those who do not wish to use any async calls due to environment restrictions.
- Python
Published by akaszynski over 5 years ago
https://github.com/akaszynski/keepa - Fixed Logger and Refactored
Code has been refactored to match pep8 standards. Logger is now local to the module. Shipping prices, which previously messed up the data from a product, are now added directly into the price.
- Python
Published by akaszynski over 8 years ago
https://github.com/akaszynski/keepa - Minor Bug Fixes
Removed numpy import on load and fixed other python 3 breaking bugs.
- Python
Published by akaszynski about 9 years ago
https://github.com/akaszynski/keepa - Added Category and Best Sellers Search
Updated API interface and added category and best sellers search. Useful for obtaining ASINs from Amazon.
For keepa details, see: https://keepa.com/#!discuss/t/request-best-sellers/1298 https://keepa.com/#!discuss/t/category-searches/114
Example ```python import keepaAPI api = keepaAPI.API('key') # input actual key from https://keepa.com/#!api categories = api.SearchForCategories(r'Home') bestsellers = api.BestSellersQuery('9568356011') # catID from categories in previous line
```
- Python
Published by akaszynski over 9 years ago
https://github.com/akaszynski/keepa - Fixed Unicode Error and Added Time as Integer Feature
Inserting a unicode string as an ASIN caused the code to error out. It's been fixed along with cleaning up the printout and logging. Also, a new feature has been added to the API. The date times can be kept as integers within numpy as datetime64[m] by
python
from keepaAPI import Interface
api = Interface.API(accesskey)
products = api.ProductQuery(asin_list, to_datetime=False)
This may make it easier to store the timestamps as they can be written as an int array rather than as a numpy object.
- Python
Published by akaszynski over 9 years ago
https://github.com/akaszynski/keepa - Updated user response due to server side API change
Bug fixed where non existent fields where deleted (fields no longer reported in this version of the Keepa server side response)
- Python
Published by akaszynski over 9 years ago
https://github.com/akaszynski/keepa - Using datetime instead of numpy.datetime64
From testing it appears that matplotlib doesn't like numpy.datetime64 and seems to prefer datetime formatted as a datetime.datetime object.
- Python
Published by akaszynski almost 10 years ago
https://github.com/akaszynski/keepa - Initial Release
Initial release contains includes product query API and basic plotting software. Statistics (such as moving mean and 90 day average) will be included in the next version update. Additional queries, such as searching for deals and searches on Amazon, will be included at a later date.
- Python
Published by akaszynski almost 10 years ago