ARRL FCC license counts - ongoing #20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The page at https://www.arrl.org/fcc-license-counts has license counts that appear to update daily.
I have a cron job set up (using https://github.com/overcast07/wayback-machine-spn-scripts) to automatically archive this page daily to the Internet Wayback Machine.
Periodically, these numbers can be manually copied into the CSV file until someone writes a script to scrape the data into a file, probably a separate one that represents machine-collected data that would need to be QCed periodically.
Need to turn into a script and call the script instead.
ham-license-count.sh
0 9 * * MON-FRI su matt -c "/home/matt/ham-license-count.sh">/dev/null 2>&1
Setting up https://amiok.net/gitea/W1CDN/ham-radio-licenses/src/branch/main/bin/scrape-arrl-fcc.R to run daily and drop the table into a CSV. Then I can manually copy the data (once a week or so) into the repo faster than I can go day-by-day through wayback machine.