Summary -
I've had a need to watch storage prices (typically on newegg). I usually look through the drives I'm interested in and put them into a spreadsheet to work out a ratio of dollar per gigabyte of storage. I'd like to automate this process and was wondering if any of you share a similar need or interest? I don't by hard drives that frequently, but when I do, I like to have all the data in front of me.
Progress -
I'm working on this tool on my own time as a fun learning project. I've already created a basic CLI tool written in C# that goes out to newegg via the internet and pulls through all the hard drives they offer and collects:
Name
Price
Shipping Cost
Capacity
Capacity type (unit of measurement for GB or TB)
Detail information that is line itemized in their web page.
Price per gigabyte conversion
Ideas -
Now that I have the basic data capture built and know that it's possible, I'm searching for ideas to further the project into something more meaningful. There are several ways this tool can go, and here are my ideas:
Feedback -
Any and all is welcome. If anyone shares an interest in helping with the project, I'd be glad to share.
I've had a need to watch storage prices (typically on newegg). I usually look through the drives I'm interested in and put them into a spreadsheet to work out a ratio of dollar per gigabyte of storage. I'd like to automate this process and was wondering if any of you share a similar need or interest? I don't by hard drives that frequently, but when I do, I like to have all the data in front of me.
Progress -
I'm working on this tool on my own time as a fun learning project. I've already created a basic CLI tool written in C# that goes out to newegg via the internet and pulls through all the hard drives they offer and collects:
Name
Price
Shipping Cost
Capacity
Capacity type (unit of measurement for GB or TB)
Detail information that is line itemized in their web page.
Price per gigabyte conversion
Ideas -
Now that I have the basic data capture built and know that it's possible, I'm searching for ideas to further the project into something more meaningful. There are several ways this tool can go, and here are my ideas:
- Personal GUI application that runs in the system tray as-needed.
Adjustable polling period
Drive data retention period (for price trending).
Price alerts management by initial price
Price alerts management by price per gigabyte
- Public web API
Allow people to write their own presentation tools on a common API
- Public web presentation of data
Drive data retention period (for price trending)
Custom user accounts
Price alerts management by initial price
Price alerts management by price per gigabyte
Alerts management by email
RSS feed
Simple drive rating feature and feedback
Pricing trends in graphs
Feedback -
Any and all is welcome. If anyone shares an interest in helping with the project, I'd be glad to share.