wolfgangs-code / UpInARMS

An ARMS dispatch data scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UpInARMS

An ARMS dispatch database scraper and exporter

Installation

Move to any folder You need requests installed.

Usage

upinarms.py [Agency IDs]

Example: To download the dispatch databases of:

  1. Wiggins, MS Police Department [26]
  2. University of Oklahoma [58]
  3. University of North Georgia [64]

simply run upinarms.py 26 58 64.

The outputs will be saved in the output/ folder under the names agencyID-**.json

A list of Agency IDs can be generated by running the script initially.

License

GNU GPLv3

About

An ARMS dispatch data scraper

License:GNU General Public License v3.0


Languages

Language:Python 100.0%