https://github.com/shivang21007/number-tracker
This is phone-number tracking pyhton script. You can get some useful information about any phone-number. this script is using some pyhton modules like geocoder, phonenumbers, folium and opencage api to gather data. this is script also show you location of the number on map.
https://github.com/shivang21007/number-tracker
folium-maps opencage-geocoder phone-number-tracker phonenumbers pyhton
Last synced: 6 months ago
JSON representation
This is phone-number tracking pyhton script. You can get some useful information about any phone-number. this script is using some pyhton modules like geocoder, phonenumbers, folium and opencage api to gather data. this is script also show you location of the number on map.
- Host: GitHub
- URL: https://github.com/shivang21007/number-tracker
- Owner: shivang21007
- License: mit
- Created: 2023-06-17T16:13:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T14:07:14.000Z (over 1 year ago)
- Last Synced: 2025-03-30T21:06:21.419Z (6 months ago)
- Topics: folium-maps, opencage-geocoder, phone-number-tracker, phonenumbers, pyhton
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 150
- Watchers: 5
- Forks: 231
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [📡 Number-Tracker ](https://github.com/shivang21007/Number-Tracker)
This is phone-number tracking pyhton script. You can get some useful information about any phone-number(including international phone-numbers).
This script is using some pyhton modules like geocoder, phonenumbers, folium and opencage api to gather data.
This is script also show you location of the number on map.
# 🛠️ Installation Guidelines:
1. Fork the project. Click on the icon on the top right to get started
2. Clone the project, you can use the following command on your local terminal:
```bash
git clone https://github.com/your-user-name/Number-Tracker.git
```
3. Also don't forget to give star to codebase after using it ✨.
# 📌 To install Pyhton Dependencies
1. First make sure you have install python in your local system.
[click here to download pyhton](https://www.python.org/downloads/)2. Go to your code folder and in terminal run -
3. For Phonenumbers Library -
```bash
pip install phonenumbers
```
4. For Geocoder Library -
```bash
pip install geocoder
```
5. For Opencage API -
```bash
pip install opencage
```
6. For Folium Library -
```bash
pip install folium
```
# OpenCage API key
1. Go to [OpenCage Site](https://opencagedata.com/).
2. Signin and Get you api-key.
3. Create a "key.py" file .
4. And paste your api-key there like this -
```bash
keys = "Enter-your-API-Key"
```
# 💻 To Start the Application on your local system.
1. Just execute the main.py file.
2. enter you no. with country code -
```bash
+91 XXXXXXXXXX
```
3. And script will display the information in your terminal and also show you on the map.
4. If map doesn't open automatically in browser, Just click the "mylocation.html" manually.