Skip to content

Define the Scraper interface #66

@marianelamin

Description

@marianelamin

Problem

Define the contract micro scrapers (spiders?) will need to have.

Proposed Solution

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions