-
If I do this
```
items.each do |item|
if ScraperWiki.select("* from swdata where ....).empty?
ScraperWiki.save_sqlite(["key123"], item)
else
puts "Skipping " + item["key123…
-
In order for the "status" of the ScraperWiki boxes to be active, we need to add something like this to when the script ends:
``` python
import scraperwiki
try:
# Script runs.
scraperwiki.status(…
-
Hello,
All of my php scraper stopped working and all exit with an include error, because simple_html_dom.php can not be found. I haven't changed anything so has something changed on the server?
With…
-
See https://github.com/openaustralia/morph/issues/205
-
I have a minimal example of pipe2py running in process on Scraperwiki at:
https://scraperwiki.com/scrapers/pipe2py_test/edit/
I'm not sure about what the best way of thinking about pipes on scraperwi…
-
```
pip can't proceed with requirement 'scraperwiki==0.3.8 (from -r tool/requirements.txt (line 4))' due to a pre-existing build directory.
location: /tmp/pip_build_yztwdmf/scraperwiki
This is likely…
-
I'm not sure exactly what's going on, but [my scraper](https://morph.io/mobeets/intriguing-things-scraper) stopped being able to find its database, so any data scraped was immediately forgotten. (This…
-
Function is here:
https://github.com/okfn/webstore/blob/master/webstore/views.py#L203
In scraperwiki this is the save(unique_keys=[], data={}) function.
It makes the following distinct processes…
-
We got this error a lot:
`runtime error: invalid memory address or nil pointer dereference`
This stack trace:
```
fmt.Fprintf(0x0, 0x0, 0xa20ab0, 0x26, 0x7f044cc6cf10, 0x2, 0x2, 0x0, 0x0, 0x0)
…
-
councilmatic/phillyleg/management/scraper_wrappers/sources/scraperwiki_db.py
131: db_file = self.urlopen('http://scraperwiki.com/scrapers/export_sqlite/philadelphia_legislative_files/')
should…