Skip to content

This is a extremely small Python library which gives you a very simple & optimized object oriented API for checking DND status of any Indian mobile number.

Notifications You must be signed in to change notification settings

ashishnetworks/CheckDnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CheckDnd Library :

This library gives you a very simple object oriented API for checking DND status of any Indian mobile number.

Example :

from CheckDnd import DND

obj = DND()
status = obj.check('9876543210')
if(status=='Y'):
  print "Number is registered in DND List"
elif(status=='N'):
  print "Number is NOT registered in DND List"
elif(status==1):
  print "Connection Problems"
  

Dependencies

####### You must have have following three libraries installed in in your Python environment

  • requests
  • json
  • sys

In most python setups they are installed by default so probably you would not need to worry about them

About

This is a extremely small Python library which gives you a very simple & optimized object oriented API for checking DND status of any Indian mobile number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages