Skip to main content

Indo Phone Number Checker (IPNC). Tools for checking your Indonesia phone number information

Project description

Program Preview

IPNC

Indo Phone Number Checker (IPNC). Tools for checking your Indonesia phone number information.

Installation & Run the Program

So easy.

$ pip3 install ipnc

example

from ipnc import Model

mod = Model()
mod.get_info_cli("+6281291718019")

Use as package

besides using it with cli you can also use it as a package, look at the example below

from ipnc import Model

mod = Model()
for i in mod.get_info("+6281291718019"):
    print(i)

result

{
    'number_phone': '+6281351387634', 'international': '+62 813-5138-7634', 'national': '0813-5138-7634', 
    'provider': 'Telkomsel', 
    'type': 'Mobile', 
    'location': 'Indonesia', 
    'timezone': ['Asia/Jakarta']
}

Credit

Thanks to Widhi for making an open source project. ;)

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ipnc-0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

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