We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After doing:
python -m scrapely.tool myscraper.json scrapely> ta http://pypi.python.org/pypi/w3lib/1.1 scrapely> a 0 w3lib 1.1 -n 0 -f name
How would I then use the myscraper.json from within Python for scraping?
I tried:
with open('myscraper.json') as f: s.fromfile(f) m = s.scrape('http://pypi.python.org/pypi/Django/1.3')
But it returns nothing.
The text was updated successfully, but these errors were encountered:
I figured it out from #2. Documentation still needs to be updated to illustrate usage, thus leaving issue open.
Sorry, something went wrong.
No branches or pull requests
After doing:
How would I then use the myscraper.json from within Python for scraping?
I tried:
But it returns nothing.
The text was updated successfully, but these errors were encountered: