Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add way to add sites over command line #3

Open
mikepqr opened this issue Sep 27, 2021 · 0 comments
Open

Add way to add sites over command line #3

mikepqr opened this issue Sep 27, 2021 · 0 comments

Comments

@mikepqr
Copy link
Owner

mikepqr commented Sep 27, 2021

Allow users to add to this hard-coded set of sites at runtime:

sites = [
{"name": "redfin", "xpath": "//div[@class='statsValue']//span/text()"},
{"name": "zillow", "xpath": "//div[@id='home-details-home-values']//h3/text()"},
]

Each site is a (name,xpath) tuple, and it's not clear to me how to handle that over the command line, but it would be a nice feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant