greenape / wiki-mcc-mnc-scrapper

Fetch the full list of Mobile Country Code (MCC) and Mobile Network Code (MNC) from the wiki page entry https://en.wikipedia.org/wiki/Mobile_country_code and outputs a CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wiki-mcc-mnc-scrapper

This is a ruby script that will fetch the full list of Mobile Country Code (MCC) and Mobile Network Code (MNC) for all the Mobile Network Operators (MNO) of the world from the wiki page entry https://en.wikipedia.org/wiki/Mobile_country_code and output a CSV file with the given format:

Country,CountryISO,MCC,MNC,Brand,Operator,Status

So you can later work with this information.

Running it

Just fetch the code and then:

./wiki-mcc-mnc-scrapper

Contributing

To contribute:

  • Make sure you open a concise and short pull request.
  • If your code is accepted, it will belong to PortaText and will be published under the Apache2 License.

License

The source code is released under Apache 2 License.

Check LICENSE file for more information.

About

Fetch the full list of Mobile Country Code (MCC) and Mobile Network Code (MNC) from the wiki page entry https://en.wikipedia.org/wiki/Mobile_country_code and outputs a CSV

License:Apache License 2.0


Languages

Language:Ruby 100.0%