Open marianelamin opened 3 years ago
Define the contract micro scrapers (spiders?) will need to have.
def scrape(url:str) -> dict
in: link to be scraped out: dictionary with the content. This will make it easy to add more columns in future iterations of the version.
Problem
Define the contract micro scrapers (spiders?) will need to have.
Proposed Solution
in: link to be scraped out: dictionary with the content. This will make it easy to add more columns in future iterations of the version.