nityeshaga / scrape-and-send

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

Enforce scraper class structure by making the scraper classes derive from a base scraper class #36

Open nityeshaga opened 6 years ago

nityeshaga commented 6 years ago

All scraper classes compulsorily need to have some methods like scrape(). Do this to ensure that all future scraper classes have it.