wmnsk / mccmnc_scraper

Mini python script to export the MCC/MNC list from mcc-mnc.com in CSV format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCC/MNC Scraper

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...

Usage

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 
...

Author

Yoshiyuki Kurauchi(GitHub)

LICENSE

MIT

About

Mini python script to export the MCC/MNC list from mcc-mnc.com in CSV format.

License:MIT License


Languages

Language:Python 100.0%