Releases: Crinibus/scraper
Releases · Crinibus/scraper
Version 3.2.2
What's Changed
Full Changelog: v3.2.1...v3.2.2
Version 3.2.1
What's Changed
- Rename argument 'print-all-products' to 'list-products' by @Crinibus in #251
- Update function 'compare_products' to compare all products when parameter 'show_all' is true by @Crinibus in #252
Full Changelog: v3.2.0...v3.2.1
Version 3.2.0
What's Changed
- handled legend positioning,price and currency name extraction from amazon by @sharifulgeo in #248
- Fix AvXpertenHandler get product price by @Crinibus in #249
- Update figure title and space between plot and legends when visualizing by @Crinibus in #250
New Contributors
- @sharifulgeo made their first contribution in #248
Full Changelog: v3.1.0...v3.2.0
Version 3.1.0
What's Changed
- Move Elgiganten.se to same line as Elgiganten.dk by @Crinibus in #239
- Fix function 'get_website_name' and add optional parameter 'keep_subdomain' by @Crinibus in #242
- Add support for Shein by @Crinibus in #241
- Add static methods 'db_products_to_product_infos' and 'db_product_to_product_info' to Format class by @Crinibus in #243
- Fix getting currency for AmazonHandler by @Crinibus in #246
Full Changelog: v3.0.2...v3.1.0
Version 3.0.2
What's Changed
- Only add product if product info is valid and update try except WebsiteVersionNotSupported by @Crinibus in #236
- Fix pyproject.toml - ruff setting by @Crinibus in #238
Full Changelog: v3.0.1...v3.0.2
Version 3.0.1
What's Changed
- Fix methods 'get_short_url' and update function 'get_website_name' by @Crinibus in #233
- Fix elgiganten API link for .dk by @Crinibus in #234
Full Changelog: v3.0.0...v3.0.1
Version 3.0.0
What's Changed
- Add flake8 in requirements.txt by @Crinibus in #221
- Format with black by @Crinibus in #223
- Move dataclasses to new folder "models" by @Crinibus in #222
- Add support for Elgiganten.se by @Crinibus in #229
- Add database by @Crinibus in #226
- Hotfix - Ensure the folder for the database exists else create it by @Crinibus in #230
Full Changelog: v2.7.0...v3.0.0
Version 2.7.0
What's Changed
- Simplify function show_product to use function show_products by @Crinibus in #213
- Fix pytest nose deprecation by @Crinibus in #216
- Fix getting product name in ComputerSalgHandler by @Crinibus in #218
- Fix getting price from mm-vision and update expected title for mm-vision test by @Crinibus in #217
- Update User-Agent in REQUEST_HEADER by @Crinibus in #220
- Add method to_string_format to Product and update function add_scatter_plot by @Crinibus in #214
Full Changelog: v2.6.0...v2.7.0
Version 2.6.0
What's Changed
- Refactor visualize.py by @Crinibus in #210
- Accept using only --all with --compare by @Crinibus in #212
Can now use --category and/or --all with --compare
Full Changelog: v2.5.0...v2.6.0