A Python script for web scraping the mobile network operator data found on the below Wikipedia links
apac = 'https://en.wikipedia.org/wiki/List_of_mobile_network_operators_of_the_Asia_Pacific_region'
emea = 'https://en.wikipedia.org/wiki/List_of_mobile_network_operators_of_the_Middle_East_and_Africa'
europe = 'https://en.wikipedia.org/wiki/List_of_mobile_network_operators_of_Europe'
americas = 'https://en.wikipedia.org/wiki/List_of_mobile_network_operators_of_the_Americas'
This script is using Beautifulsoup. Pip install it and you're ready to go.
pip install beautifulsoup4
- Clean the data scraped
- Add more outputs, currently just a .CSV file
- Create a web GUI (in Flask, a micro web framework written in Python) to easily search for operator info