Reverse Caller Identity
Project description
Caller Lookup
Wrapper for TrueCaller
Installation Instructions
pip install CallerLookup
Usage
with CallerLookup(account_email="username@gmail.com",
account_password="password",
account_otp_secret="secret") as caller_lookup:
result = caller_lookup.search("0202-456-1111", int_dial_code="1")
print(str(result))
Output:
{
"IS_VALID": True,
"SCORE": 80.0,
"RESULT": "SUCCESS",
"REGION_DIAL_CODE": "1",
"ADDRESS": "1600PennsylvaniaAveNW,
TheWhiteHouse,
Downtown,
Washington,
DC20006",
"NUMBER_E164": "+12024561111",
"REGION": "US",
"NUMBER_NATIONAL": "(202)456-1111",
"TIME_TAKEN": 0.701,
"NAME": "WhiteHouse"
}
Dependencies
PyPI Packages:
GoogleToken
phonenumbers
cryptography
appdirs
requests
python-dateutil
Testing
Tested on Python:
2.7
3.6
Credits
Scott Philip
Berlin, Germany
Licence
GNU General Public License (Version 3, 29 June 2007)
CallerLookup Copyright © 2017 Scott Philip
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CallerLookup-1.2.94.tar.gz
(28.2 kB
view details)
File details
Details for the file CallerLookup-1.2.94.tar.gz
.
File metadata
- Download URL: CallerLookup-1.2.94.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 377a3b5507a1797c070c4b2bd566d45dee5a2e274786fa0fc477faa0bd1ff1de |
|
MD5 | 7ed00e324cc6c0cb5d3cab6d2f310b4c |
|
BLAKE2b-256 | d187f0c138e415b5e4ad940694cb45afc27a5a2eab1a9d5cd559539b42160d07 |