An open API service indexing awesome lists of open source software.

https://github.com/abhineetraj1/phonenumber-scraper

This will tell you which carrier does your SIM belongs. Make sure your internet connection before running this !!
https://github.com/abhineetraj1/phonenumber-scraper

crawler phone-number-information phone-number-validation python3 scraper

Last synced: 9 months ago
JSON representation

This will tell you which carrier does your SIM belongs. Make sure your internet connection before running this !!

Awesome Lists containing this project

README

          

# Phonenumber scraper
This will tell you which carrier does your SIM belongs. Make sure your internet connection before running this !!

# Installation guide
First install python3.x and phonenumbers lib

## For macOS and linux
```
pip3 install phonenumbers
python3 phonenumber-scraper.py
```

## For Windows
```
pip install phonenumbers
python phonenumber-scraper.py
```
# Demo (For Windows 8 | 10 | 11)
* Download file from [here](http://github.com/abhineetraj1/phonenumber-scraper/raw/main/phonenumber-scraper.exe)
* Run app.exe file

# Programming language used
Python
## Author
* [abhineetraj1](http://github.com/abhineetraj1)