Skip to content

Instantly share code, notes, and snippets.

@vls29
vls29 / blitzortung-position.sh
Created December 26, 2017 17:14
Emails the position of your ranking on blitzortung.org every time it changes
#!/bin/bash
email=$1
epc=$(date +%s)
echo $epc
# Country does not seem to be important
res=$(curl --data "info_time=$epc&info_email=$email&info_country=United+Kingdom&info_text=TSqrb" http://en.blitzortung.org/cover_your_area.php)
#echo "-----------------------------"