- Notifications
You must be signed in to change notification settings - Fork1
Scraper for Mobile Network Operators (MNO`s)
0xGUCCIFER/mcc-mnc-grabber
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Python web scraper using Selenium to extract Mobile Network Codes (MNCs) and Mobile Country Codes (MCCs) fromhttps://mcc-mnc.com/. The scraper navigates the site, interacts with its elements as needed, and systematically collects the data.
The scraper is designed to extract Mobile Country Code (MCC) and Mobile Network Code (MNC) data, which is used to identify mobile network operators worldwide. This includes names of providers like T-Mobile, Vodafone, and others, along with their associated MCC/MNC codes. The tool retrieves this information from public sources, such ashttps://mcc-mnc.com/.
The host provides information about Mobile Network Operators (MNOs). However, there seems to be a discrepancy: while the site claims to list 3,115 operators, only 3,078 are actually extracted. This might be due to how the data is structured in the HTML table.
- DATABASE_URL="dbtype://user:password@host/db"
About
Scraper for Mobile Network Operators (MNO`s)