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 !!
- Host: GitHub
- URL: https://github.com/abhineetraj1/phonenumber-scraper
- Owner: abhineetraj1
- License: gpl-3.0
- Created: 2021-05-17T08:43:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T12:01:09.000Z (about 3 years ago)
- Last Synced: 2025-06-26T23:18:05.197Z (about 1 year ago)
- Topics: crawler, phone-number-information, phone-number-validation, python3, scraper
- Language: Python
- Homepage:
- Size: 9.53 MB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## Author
* [abhineetraj1](http://github.com/abhineetraj1)