scraperwiki-python
scraperwiki-python copied to clipboard
ScraperWiki Python library for scraping and saving data
To keep it in some sync with new platform API. Would return same JSON as new API.
I was creating a scraper on the ScraperWiki website and wanted the table containing its data to be ordered by the values of a column of integers. However, both the...
After updating platform to early_release and python to version 3.10.7, the scrappers failed: Traceback (most recent call last): File "/app/scraper.py", line 13, in import scraperwiki File "/app/.heroku/python/lib/python3.10/site-packages/scraperwiki/__init__.py", line 12, in...
Bumps ubuntu from 14.04 to 23.04. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7.1.5 to 7.1.6. Release notes Sourced from astral-sh/setup-uv's releases. v7.1.6 🌈 add OS version to cache key to prevent binary incompatibility Changes This release will invalidate your...
* The potentially shared state is not ideal, though we're currently running tests one at a time. * The name of the database might match a real database, and lead...
So that we can upload a new release more easily, instead of by hand.
``` The process '/usr/bin/git' failed with exit code 128 ``` Not sure why, and it doesn't affect CI runs. It could be CodeQL or the checkout action, maybe?