Skip to main content

Reverse Caller Identity

Project description

https://travis-ci.org/scottphilip/caller-lookup.svg?branch=master

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


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)

Uploaded Source

File details

Details for the file CallerLookup-1.2.94.tar.gz.

File metadata

File hashes

Hashes for CallerLookup-1.2.94.tar.gz
Algorithm Hash digest
SHA256 377a3b5507a1797c070c4b2bd566d45dee5a2e274786fa0fc477faa0bd1ff1de
MD5 7ed00e324cc6c0cb5d3cab6d2f310b4c
BLAKE2b-256 d187f0c138e415b5e4ad940694cb45afc27a5a2eab1a9d5cd559539b42160d07

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page