Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dist/
downloads/
eggs/
.eggs/
scraper-venv/
lib/
lib64/
parts/
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# scraper
# scraper

##### Modules: scraper.py

### Run this module by running the scraper.py file which has some tests in it.

7,885 changes: 7,885 additions & 0 deletions inspection_page.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions my_map.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type": "FeatureCollection", "features": [{"type": "Feature", "properties": {"Total Inspections": 5, "Average Score": 28.6, "High Score": 90, "Business Name": "TOULOUSE PETIT KITCHEN & LOUNGE", "Address": "601 Queen Anne Ave N, Seattle, WA 98109, USA"}, "geometry": {"type": "Point", "coordinates": [-122.3569217, 47.6247844]}, "bbox": [-122.3582706802915, 47.6234354197085, -122.3555727197085, 47.6261333802915]}, {"type": "Feature", "properties": {"Total Inspections": 4, "Average Score": 27.5, "High Score": 80, "Business Name": "OBASAN", "Address": "11 Mercer St, Seattle, WA 98109, USA"}, "geometry": {"type": "Point", "coordinates": [-122.3561602, 47.6243852]}, "bbox": [-122.3575091802915, 47.6230362197085, -122.3548112197085, 47.6257341802915]}, {"type": "Feature", "properties": {"Total Inspections": 4, "Average Score": 17.5, "High Score": 70, "Business Name": "AFC SUSHI @ METOPOLITAN MARKET#157", "Address": "100 Mercer St, Seattle, WA 98109, USA"}, "geometry": {"type": "Point", "coordinates": [-122.3547999, 47.6247402]}, "bbox": [-122.3561488802915, 47.6233912197085, -122.3534509197085, 47.6260891802915]}, {"type": "Feature", "properties": {"Total Inspections": 4, "Average Score": 32.25, "High Score": 70, "Business Name": "ART MARBLE 21", "Address": "731 Westlake Ave N, Seattle, WA 98109, USA"}, "geometry": {"type": "Point", "coordinates": [-122.3393243, 47.6263785]}, "bbox": [-122.3395677, 47.6261358, -122.339081, 47.6266212]}, {"type": "Feature", "properties": {"Total Inspections": 4, "Average Score": 25.0, "High Score": 68, "Business Name": "PLAZA GARIBALDI, INC.", "Address": "129 1st Ave N, Seattle, WA 98109, USA"}, "geometry": {"type": "Point", "coordinates": [-122.3557518, 47.6194373]}, "bbox": [-122.3559004, 47.61935279999999, -122.3556032, 47.6195218]}]}
Loading