- Created url page to ask user for item url
- Run my Python program to parse url for essential information and store into database
- Information includes productName, productId, productPrice, storeName, date
- Wrote Python script to traverse database and look for any changes in price for each item
- Cronjob will run this script every time interval (1 hour)
To do:
- Use Amazon/Bestbuy API as a more efficient alternative to look for any updates/changes to prices
- Cover edge cases not caught by the parsing program
- Instead of using url to look for updates, since urls can change, find better alternative
- Combine with Lucia's frontend design
- Right now my url page is standalone, want to combine with user 's main page
No comments:
Post a Comment