|
Project Information
Featured
Downloads
|
About savemeqslSave My eQSL is a simple bash script for download electronic QSL cards from eQSL site http://eqsl.cc It is useful for ham radio or SWL with GNU/Linux. DependenciesThe following external programs need to be installed on the target system in order to successfully run savemeqsl: bash, wget, grep Nothing special :) InstallationFor a standard installation under /usr/local/bin, please use:
$ tar xvzf savemeqsl-0.2.X.tar.gz $ cd savemeqsl-0.2.X $ chmod +x savemeqsl $ sudo cp savemeqsl /usr/local/bin How use savemeqslExecute: $ ./savemeqsl -u USER -p PASS -d DIRECTORY Where: USER: Your user in eQSL. PASS: Your password in eQSL. DIRECTORY: The directory where you wish save yours electronic QSLs. It's all! Note: For default, eQSL shows your QSLs in PNG format. If you wish download in JPG you must set the option "Display all eQSLs in JPG format instead of PNG" into "Advanced Features" from your eQSL profile. Example$ ./savemeqsl -u lw3esh -p qW12pWqaSSzFF -d /home/lw3esh/my_eQSL Note: Sorry, but this password is not mine ;) Tip: You can run savemeqsl from crontab! Your eQSL collection will be always updated! Vote! 73! de LW3ESH PS: Sorry, my English is bad :( |