8000 GitHub - phl0/qrz.sh: QRZ.com callsign data query script written in Bash
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

phl0/qrz.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

QRZ.com callsign data query script written in Bash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0