Skip to content

Scrapes the tennis-sf courts website and parses out the courts.

Notifications You must be signed in to change notification settings

connor/tennis-sf-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Tennis-SF Scraper

This is a little python script to scrape and parse the courts listed on tennis-sf.com and structure them. The output will be a list of courts, like so:

[{
  'name': 'Buena Vista Park',
  'has_fee': False,
  'is_tennis_club': False,
  'courts': 2,
  'has_lights': False,
  'address': 'Haight St and Buena Vista Ave W, SF CA  94117',
  'is_restricted': False,
  'geo': {
      'lat': '37.7704789',
      'lng': '-122.4433505'
  },
  'has_wall': False
},
...the other courts...
]

It' currently hard-coded to work with the "San Francisco-North" region on the Tennis-SF website.

About

Scrapes the tennis-sf courts website and parses out the courts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages