This program retrives the coordinates of callsigns from the APRS.fi website.
A simple web scraper collects the html data from the website. Once collected the data is parsed only keeping the latitude and longitude.
Clone the project adding it to your computer. Using your terminal navigate to the root directory of the project. Once in the root directory run the main file by typing 'python main.py'. Enter the callsign that you want to track.
You will need to have python installed to run the program.