This code lets you scrape the entire list of available UK amateur radio callsigns from the Ofcom licensing site. To use this code you need to have an amateur radio exam pass certificate and not have chosen a callsign yet.
To install:
- First install Node
- Check this repository out.
- Run
npm i
in this directory to install required packages. - Now run
node ./license-scrape.js ./output.csv
and follow the instructions.
Once you've succeeded in scraping the callsign list, copy it to the callsigns directory and create a pull request.