2020-11-25 12:42:29 +00:00
2020-11-09 17:23:04 +01:00
2020-11-09 16:34:42 +01:00
2020-11-25 12:42:29 +00:00
2020-11-09 22:32:11 +01:00
2020-11-09 17:30:19 +01:00

qrz.sh

This script queries the QRZ.com callsign database and returns the result to the command line. A XML subscription plan with QRZ.com is required for full functionality.

screenshot

Installation

  • Copy the file .qrz.conf into your home directory
  • Copy the file qrz.sh into a directory that is in you PATH variable
  • Set the correct file permissions: chmod u+x qrz.sh

Dependencies

  • curl

Configuration

Edit the file ~/.qrz.conf like this:

user=<your QRZ.com username - typically your callsign>
password=<your QRZ.com password - NOT your API key>

Usage

# qrz.sh <callsign>
Description
No description provided
Readme 56 KiB
Languages
Shell 100%