nityeshaga / scrape-and-send

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

Move the preprocess() from tender_search.py to each scraper class #15

Closed nityeshaga closed 6 years ago

nityeshaga commented 6 years ago

Different scrapers running on different websites return differently formatted results.

The preprocess() method associated with each class will parse the results in a predefined format that is common to all websites.

nityeshaga commented 6 years ago

Closed using #16 and #17