Indo Phone Number Checker (IPNC). Tools for checking your Indonesia phone number information
Project description
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
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 details)
File details
Details for the file ipnc-0.1.tar.gz.
File metadata
- Download URL: ipnc-0.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ed0840f20e9bf73443c671b0c557db8155a9dde77dc492ae21ac804de208bf4
|
|
| MD5 |
519ea25a026434a85e0130fc55f7db16
|
|
| BLAKE2b-256 |
2c0e4b88f222e53259762e2918a57132eee7976100bedc3a4c814f1dff7161a4
|