Skip to content

Releases: Crinibus/scraper

Version v0.9.9

14 Nov 23:29
Compare
Choose a tag to compare
Version v0.9.9 Pre-release
Pre-release

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

12 Nov 21:43
f63936d
Compare
Choose a tag to compare
Pre-release

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

12 Nov 20:30
42ffb90
Compare
Choose a tag to compare
Version v0.9.8.10 Pre-release
Pre-release

Tech scraper
Updated visualize_data.py to support more than two graph-lines on a single graph

Version v0.9.8.9.1

10 Nov 16:11
752e081
Compare
Choose a tag to compare
Version v0.9.8.9.1 Pre-release
Pre-release

Update README:

  • Added to section "First setup"
  • Now uses triple backticks (```) to create code blocks

Version v0.9.8.9

10 Nov 16:02
71df900
Compare
Choose a tag to compare
Version v0.9.8.9 Pre-release
Pre-release

Tech scraper
Add settings.ini for user settings

Fix v0.9.8.8

07 Nov 13:22
33b5035
Compare
Choose a tag to compare
Fix v0.9.8.8 Pre-release
Pre-release

No code was changed in this release

Version v0.9.8.8

07 Nov 13:02
09c22e7
Compare
Choose a tag to compare
Version v0.9.8.8 Pre-release
Pre-release

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

31 Oct 23:51
9913a61
Compare
Choose a tag to compare
Version v0.9.8.7 Pre-release
Pre-release

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

30 Oct 12:38
57511ee
Compare
Choose a tag to compare
Version v0.9.8.6 Pre-release
Pre-release

Tech scraper
Less log lines

Version v0.9.8.5

27 Oct 13:51
b498b2d
Compare
Choose a tag to compare
Version v0.9.8.5 Pre-release
Pre-release

Tech scraper
Add type hints

scraper.py

  • Add class Format