A basic script that combines multiple tools into one
- Google search
- Number Verification API (NEED APIKEY)
- TrueCaller (NEED A ACCOUNT)
The script need you to have this module installed:
$ pip install requests
And an account with: https://www.truecaller.com
The script also requires a apikey from "Number Verification API" in:
Also past the key in TOKEN:
# Peticion
payload = {}
headers= {
"apikey": TOKEN
}
response = requests.request("GET", url, headers=headers, data = payload)
status_code = response.status_code
result = response.json()
- The script sends a request to TrueCaller, which returns a lot of information
- Then several Google Chrome windows will open where you will find the weather of the location of the phone number, results of the telephone service, and TrueCaller, which if available, shows us the name of the person who owns the number