muly / product-track

online product price and availability tracking
MIT License
0 stars 0 forks source link

basic functionality for 3 websites scraping #1

Closed Rohithknaidu closed 1 year ago

Rohithknaidu commented 1 year ago

high level structure:

product struct:

inputStruct fields:

scraping function signature:

use case 1: given the user input, determine if the notification needs to be sent to the user or not.

Rohithknaidu commented 1 year ago

it is not possible using Atoi( ) because we have "1,899" .we can not convert "," into integer.