Skip to content

0xGUCCIFER/mcc-mnc-grabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCC-MNC Grabber

Python web scraper using Selenium to extract Mobile Network Codes (MNCs) and Mobile Country Codes (MCCs) from https://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 as https://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.

Alt text Alt text

Prisma Model

Alt text

.env

  • DATABASE_URL="dbtype://user:password@host/db?schema=public"

Chrome driver

Firefox Gecko driver

Useful links