Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 564 Bytes

build

CheckReg

It can check whether a given email or phone number has been registered in websites.

Install

pip install checkreg-zhongpu

Supported Websites

from checkreg import dangdang
x = dangdang.check_phone('138xxxxxxxx')

The result x is a dictionary. For example,

{'statusCode': '0', 'errorCode': '0', 'errorMsg': None, 'if_exist': True, 'cust_id': '744073637'}

License

MIT.