Coder Social home page Coder Social logo

qrzlogger's Introduction

qrzlogger

This script is a QRZ.com command line QSO logger. It does the following:

  1. asks the user for a call sign
  2. displays available call sign info pulled from QRZ.com
  3. displays additional info on country, continent and LotW upload date of the call
  4. checks if the country has not been confirmed via LotW yet and alerts the user
  5. displays all previous QSOs with this call (pulled from QRZ.com logbook)
  6. asks the user to enter QSO specific data (date, time, report, band etc.)
  7. uploads the QSO to QRZ.com's logbook
  8. fetches the just uploaded QSO from QRZ.com for review
  9. starts again from 1)

Screenshot

screenshot

Installation

qrzlogger needs Python 3 and the following libraries:

  • xmltodict
  • prettytable
  • colored
  • requests

Furthermore, you need at least the XML subscription from QRZ.com.

Before installing qrzlogger, please make sure that the above mentioned libraries have been installed:

# python3 -m pip install xmltodict
# python3 -m pip install prettytable
# python3 -m pip install colored
# python3 -m pip install requests

To download or update qrzlogger, clone the repo:

# git clone https://codeberg.org/mclemens/qrzlogger.git

Usage

  • execute the application with "python3 qrzlogger.py" for normal mode or with "python3 qrzlogger.py -c" for contest mode
  • qrzlogger creates a default config file and states its location (e.g. ~/.config/qrzlogger/qrzlogger.ini)
  • adapt ~/.config/qrzlogger/qrzlogger.ini to your needs. Important setting are:
    • station_call: This is your station call (must match with the QRZ.com logbook)
    • api_key: Your QRZ.com API key. You find it under "settings" in the QRZ.com logbook'
    • qrz_user: Your QRZ.com user name, typically your call sign'
    • qrz_pass: Your QRZ.com password (not the API key)'
    • lotw/user: Enter here your lotw user name (your call sign). Leave at "N0CALL" to disable this feature.
    • lotw/password: Enter here your lotw password
    • lotw/mode: Enter here the mode you would like to filter the QSL download from LotW
  • execute the application again with "python3 qrzlogger.py"
  • the software now tries to download the following files and stores them into the configuration directory:

License

see LICENSE

qrzlogger's People

Contributors

dk1mi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.