https://github.com/rodyherrera/phone-number-information
This basic script written in the Python programming language, will allow you to know some things about an international telephone number, such as its approximate latitude and longitude, its location, its service provider etc ..., it will allow you to save all the data in a file, you also need a key to use the OpenCage API but the script comes with a KEY ready, just come and use, you can extend it as you want.
https://github.com/rodyherrera/phone-number-information
geolocation hack location location-services numbers phone phone-number python python3 signal spying spyware
Last synced: 8 months ago
JSON representation
This basic script written in the Python programming language, will allow you to know some things about an international telephone number, such as its approximate latitude and longitude, its location, its service provider etc ..., it will allow you to save all the data in a file, you also need a key to use the OpenCage API but the script comes with a KEY ready, just come and use, you can extend it as you want.
- Host: GitHub
- URL: https://github.com/rodyherrera/phone-number-information
- Owner: rodyherrera
- License: gpl-3.0
- Created: 2021-06-14T20:22:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T22:16:32.000Z (almost 2 years ago)
- Last Synced: 2025-08-04T19:37:34.979Z (10 months ago)
- Topics: geolocation, hack, location, location-services, numbers, phone, phone-number, python, python3, signal, spying, spyware
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 56
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Phone Numbers Information
##### A simple script to extract information from a phone number.
### Getting starting
You only have to execute a series of commands in your terminal to initialize the script correctly, it is easier than you think.
```bash
# Cloning the repository
git clone https://github.com/CodeWithRodi/Phone-Number-Information/
# Entering the folder with the source code
cd Phone-Number-Information
# Installing the necessary modules
pip install -r Requirements.txt
# Starting the script
python3 Script.py
```
### Remember drink water my love.