ARRL FCC license counts - ongoing #20

Open
opened 2024-01-11 09:12:25 -06:00 by W1CDN · 2 comments
Owner

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.

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.
Author
Owner
# Archive FCC license counts from ARRL
0 9 * * MON-FRI su matt -c "/home/matt/wayback-machine-spn-scripts/spn.sh https://www.arrl.org/fcc-license-counts">/dev/null 2>&

Need to turn into a script and call the script instead.
ham-license-count.sh

#~ /bin/bash
# Archive FCC license counts from ARRL
#0 9 * * MON-FRI su matt -c
/home/matt/wayback-machine-spn-scripts/spn.sh https://www.arrl.org/fcc-license-counts
/home/matt/wayback-machine-spn-scripts/spn.sh https://www.ae7q.com/query/stat/LicenseUSA.php
/home/matt/wayback-machine-spn-scripts/spn.sh https://hamcall.net/hamcallcounts.html

0 9 * * MON-FRI su matt -c "/home/matt/ham-license-count.sh">/dev/null 2>&1

``` # Archive FCC license counts from ARRL 0 9 * * MON-FRI su matt -c "/home/matt/wayback-machine-spn-scripts/spn.sh https://www.arrl.org/fcc-license-counts">/dev/null 2>& ``` Need to turn into a script and call the script instead. `ham-license-count.sh` ``` #~ /bin/bash # Archive FCC license counts from ARRL #0 9 * * MON-FRI su matt -c /home/matt/wayback-machine-spn-scripts/spn.sh https://www.arrl.org/fcc-license-counts /home/matt/wayback-machine-spn-scripts/spn.sh https://www.ae7q.com/query/stat/LicenseUSA.php /home/matt/wayback-machine-spn-scripts/spn.sh https://hamcall.net/hamcallcounts.html ``` `0 9 * * MON-FRI su matt -c "/home/matt/ham-license-count.sh">/dev/null 2>&1`
Author
Owner

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.

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.
W1CDN added the
data-new
label 2024-09-16 11:48:47 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: W1CDN/ham-radio-licenses#20
No description provided.