Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.12 KB

Carrier Scraper

A Python web scraping application to collect detailed information about mobile carriers from IMEI.info.

Table of Contents

Introduction

Carrier Scraper is a Python application that scrapes information about mobile carriers from the IMEI.info website. It collects both basic and detailed information for each carrier and stores it in a structured JSON file. The application uses requests for making HTTP requests and BeautifulSoup for parsing HTML.

Features

  • Scrape basic information about carriers (Code, Operator, Country).
  • Navigate to detailed carrier pages and scrape comprehensive details.
  • Save the collected data in a structured JSON file.

Installation

Prerequisites

  • Python 3.x
  • requests library
  • beautifulsoup4 library

Enjoy using Crawler-Carriers! 🚀

You can install the required libraries using pip:

pip install requests beautifulsoup4