qrz.sh/README.md

34 lines
719 B
Markdown
Raw Normal View History

2020-11-09 15:34:42 +00:00
# qrz.sh
2020-11-09 16:22:11 +00:00
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.
2020-11-09 16:31:11 +00:00
![screenshot](/screenshot.jpg?raw=true "screenshot")
2020-11-09 16:22:11 +00:00
2020-11-09 16:31:11 +00:00
# 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_
2020-11-09 17:22:46 +00:00
# Dependencies
* curl
* GNU grep (will not work with BSD grep implementations)
2020-11-09 16:31:11 +00:00
# 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>
```