pip install -r requirements.txt
python3 ./socrata_dump/__init__.py www.chattadata.org $PWD/data
Here's an example of creating a new branch for issue #5
git checkout main
# using -b tells git to create a new branch while checking out
git checkout -b issue-5-sleep-param
None at the moment