Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 619 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 619 Bytes

APRS Scraper

Retrieves data about a given vehicle using the aprs.fi API.

APRS, or Automatic Packet Reporting System, is a two-way real-time digital communications system between all vehicles in a network.

The script (script.py) will retrieve JSON data for a given call sign, and will store the JSON data into a text file (data.txt).

Functions

  • getData(CALL_SIGN): Reads the given call sign (such as "ARISS" for the ISS), and returns a requests response.
  • writeDataToFile(responseJSON): Takes in a requests JSON object, and writes the JSON data to a file.