Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 447 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 447 Bytes

24 Hour Fitness Club Location Scraper

Set up

python3 -m venv env
. env/bin/activate
pip install -r requirements.txt

club.py

Gets the raw data.

Usage:

./env/bin/scrapy runspider club.py -o 24hourfitnessclubs.csv

data-cleaner.py

Geocodes the addresses to lat/lon points.

To use it, get an API key from geocod.io, and add it to the GEOCODIO_API_KEY variable in data-cleaner.py