Paul Fawkesley
Paul Fawkesley
@theckman Thanks for pointing me to the fork. Got tripped up by the release being out of date (#82) so I appreciate this.
+1 for Python3 support, especially as you're a "greenfield" project. I'm trying to run on Python 3 - blocker so far is the python spambayes library.
I looked into porting spambayes a few weeks back but fell at the first hurdle - sourceforge!! Might be worth forking and bringing over to github, wonder how the code...
What's the status of this issue? Is there any (draft?) content written anywhere? Thanks!
Haha yes, these pesky users! Thanks again for making it, it's been a really helpful start. You might like to know we're using it to power the [iCal feed for...
No worries! If I recall correctly, I implemented the necessary changes on my own fork to get things working. It wasn’t a clean patch as I had to fix the...
Have you considered putting everything inside a database transaction? So you'd clear the data, then re-add data, and if something failed, the transaction would rollback and the database would be...
This tripped me up for a while too, since I was following the README for `master` but I'd installed the latest release tag (as I usually do). It would be...
Any news on this?
As an example, the magic table scraper stores its settings in allSettings.json. Other tools / scrapers store their settings in a database table called swvariables (thanks to scraperwiki.sqlite.save_var). This is...