Releases: Crinibus/scraper
Releases · Crinibus/scraper
Version v0.9.9
Tech scraper
Visualize_data.py
- Now uses Plotly instead of Matplotlib to make the graphs
- Graphs will now show in the browser
Small update to v0.9.8.10
Tech scraper
visualize_data.py
- Better readability in two function
- Add partnumber in title of graph when searhing for partnumber(s)
Version v0.9.8.10
Tech scraper
Updated visualize_data.py to support more than two graph-lines on a single graph
Version v0.9.8.9.1
Update README:
- Added to section "First setup"
- Now uses triple backticks (```) to create code blocks
Version v0.9.8.9
Tech scraper
Add settings.ini for user settings
Fix v0.9.8.8
No code was changed in this release
Version v0.9.8.8
Tech scraper
visualize_data.py
- Now supports multiple of --partnum flags
- Add flag --category (-c) to seach and show graphs for only the products in specified category(s)
- Create function find_category
- Add if-statement and for-loop in the name if statement
Version v0.9.8.7
Tech scraper
scraper.py
- Updated static method Format.change_name with more if-statements for ASUS ROG Strix OC and TUF OC 3000-series GPUs
visualize.py
- Added new argument: --partnum or just -p. When using this optional argument the program only show the graph with the product with specified partnumber
- Added function find_partnum, see point above
- Deleted function asus_2080ti
Version v0.9.8.6
Tech scraper
Less log lines
Version v0.9.8.5
Tech scraper
Add type hints
scraper.py
- Add class Format