Skip to content

TJREVERB/aprs-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages