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 ChIRPrepeaters.kml
with approximate coordinates for mapping software (red pin = 2m repeater, blue pin = 70cm repeater)echolink.kml
similar torepeaters.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