qrz.sh/README.md

33 lines
662 B
Markdown
Raw Permalink Normal View History

2020-11-09 16:34:42 +01:00
# qrz.sh
2020-11-09 17:22:11 +01: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 17:31:11 +01:00
![screenshot](/screenshot.jpg?raw=true "screenshot")
2020-11-09 17:22:11 +01:00
2020-11-09 17:31:11 +01: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 18:22:46 +01:00
# Dependencies
* curl
2020-11-09 17:31:11 +01: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>
```