Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 270 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 270 Bytes

us-mayors

Download and parse data about mayors of cities in the United States.

usage

  • python mayors.py - to stream
  • python mayors.py data.csv to CSV
  • python mayors.py data.json to JSON

requirements

  • requests
  • beautifulsoup4