nityeshaga / scrape-and-send

A tool to scrape websites and send email alerts upon desired updates
1 stars 1 forks source link

Define search queries inside scraper class itself #38

Open nityeshaga opened 6 years ago

nityeshaga commented 6 years ago

Instead of defining search queries inside the scrape_and_send.py module, define them inside each scraper class. This way the scrapers can independently run for each website.

This will probably need the scrape() function to be changed to a generator function.