Skip to content

A Python script for web scraping the mobile network operator data found on Wikepedia's mobile operator wiki. Includes subscriber counts and network owners as well as technology used.

Swabuu/wiki_mno_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Wikipedia Mobile Network Operator Scraper

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

TO DO

  • 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

About

A Python script for web scraping the mobile network operator data found on Wikepedia's mobile operator wiki. Includes subscriber counts and network owners as well as technology used.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages