Micah D. Cochran
Micah D. Cochran
This is some pretty old code. Here's some general ideas. 1. Since this code is old, there might be performance improvements that Python 3.x has over 2.x. I'd suggest profiling...
Thank you again for the feedback. In commit 8bda59f, I have rewritten the script as a separate Python file. I have not integrated with the cli.py, but at least this...
I've created [recipe-crawler](https://github.com/micahcochran/recipe-crawler), which is a configurable web crawler for recipes. It uses recipe-scraper for a couple of websites that don't have data structured in the schema.org/Recipe format. Please crawl...
Are there any websites that use `h-recipe`? I think that the ingredient markup in `h-recipe` is better than schema/Recipe.
@holocronweaver By **Web App** Do you mean website? [OpenEats2](http://www.openeats.org) could be a possibility. It is based on django, but just looking at the interface it would need a fair amount...
Is there information on the AccuChef file format? Or maybe a sample recipe or two? (With some text/printed/webpage comparison.)
The https://schema.org/Recipe defines keywords as follows Property | Expected Type | Description -- | -- | -- keywords | DefinedTerm or Text or URL | Keywords or tags used to...
This is a good idea. It would be nice if it was done with an (X)HTML microformat like [h-recipe](http://microformats.org/wiki/h-recipe) (v2) or [hRecipe](http://microformats.org/wiki/hRecipe) (v1). **EDIT:** After doing a little more investigating...
> The biggest one is "chefkoch.de", so it would be a huge plus if this site could be supported. This website is schema.org/Recipe formatted. I've written a Python 3 library...
The shapefile projection information is stored in the `.prj` file, which is in Well Known Text (WKT) format. Having some way to easily gain access the the `.prj` file might...