/hun_repeater_scraper

Scraper of HA2TO "Magyarországi VHF és UHF rádióamatőr átjátszók" page with CHIRP-compatible CSV and KML map export.

Primary LanguagePython

HA2TO repater scraper

This python script scrapes the page Magyarországi VHF és UHF rádióamatőr átjátszók and generates 3 files:

  • repeaters.csv for ChIRP
  • repeaters.kml with approximate coordinates for mapping software (red pin = 2m repeater, blue pin = 70cm repeater)
  • echolink.kml similar to repeaters.kml but only contains EchoLink-enabled repeaters

For the maps, see the generated map on google maps

To run:

python3 -m virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
python3 rep_scraper

Made by HA7DN, 2023