Open
Conversation
…arted documentation for website_modules.
sync changes to integrate website_modules with updated front end
Sync to react-client for backend integration
…list to display product image if able. Updated product list with clickable link to item page
- Dumped code for the Staples scraper (still needs to be integrated with NLIP)
- Uses the same scraper as my Walmart scraper and parses the HTML exactly like my Staples scraper
…t output standard. Updated staples_ca module to fit output standard. Added main_module to website modules. main_modules searched all listed websites for products, compiles data into json output.
… vite client. Fixed frontend to display product information for each store.
…playing on frontend
Amazon web scraper is complete. I stored the product results in the same format as James did for the Staples webscraper
…into web_modules
…cters from price in amazon and homedepot
…different scroll behaviour for 2,3,4,.. pages scroll behaviour different on first page
…that need to be fixed for not returning product results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using react to display example usage of nlip for chats with text, chats with images, and chats with structured data responses. As well as an example application of nlip involving scraping products across several websites and displaying them to the user.