Some scripts to help me get extra information from the QLog database
Author: Koos van den Hout
Callsign: PE4KH
Perl script to export the list of 50 most recent contacts as .csv file, which I use to have a list of recent contacts on my website
Currently this script doesn't check for which callsign was used in the contact. This may be useful in the future when I add log entries for other callsigns than my main callsign.
Perl script to export the list of 150 most recent contacts as Geo JSON file, which is used to create the map at https://pe4kh.idefix.net/qsomap.html
Currently this script doesn't check for which callsign was used in the contact. This may be useful in the future when I add log entries for other callsigns than my main callsign.
A script to do some qsocounter statistics. Because I like statistics.
Currently:
qsocounter.pl without parameters just shows contacts per month.
qsocounter.pl -y $YEAR shows contacts per month and modes per year for that year.