Mini python script to export the MCC/MNC list from mcc-mnc.com in CSV format.
This is quite hard-coded and NO guarantee to work when the website is updated...
Just specify the filename for csv as you like.
$ python plmn_scraper.py <filename>
This exports;
MCC,MNC,ISO,Country,Country Code,Network
289,88,ge,Abkhazia,7,A-Mobile
289,68,ge,Abkhazia,7,A-Mobile
289,67,ge,Abkhazia,7,Aquafon
412,88,af,Afghanistan,93,Afghan Telecom Corp. (AT)
412,80,af,Afghanistan,93,Afghan Telecom Corp. (AT)
412,01,af,Afghanistan,93,Afghan Wireless/AWCC
412,40,af,Afghanistan,93,Areeba/MTN
...
Yoshiyuki Kurauchi(GitHub)
MIT