- Add config file (./covid19/config.py) to post ascii tables to URLs (Use case: Slack bot).
slack_sandiego_post_url = "<post-url>"
- Create ./logs/ and ./data directories
- Run command from base directory
scrapy crawl --logfile logs/$(date +%Y-%m-%d-%H-%M.log) -o data/items.csv sandiego
Pick a region and write a spider. I've tried to keep the classes TestingStats and CaseCategories as general as possible.