Skip to content

mthbernardes/smsReceiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smsReceiver

It's just a wrapper of sites that provide online phone number to receive sms.

http://hs3x.com/

https://ireceivesmsonline.com/

#Install

pip install smsReceiver

#Usage

from smsReceiver.numberGen import hs3x
from smsReceiver.numberGen import ireceivesmsonline

#using http://hs3x.com/
m = hs3x.generator()
number,countryCode = m.getNumber()
print countryCode,number
#your code goes Here
print m.checkSMS('Message Pattern')

#using https://ireceivesmsonline.com
m = ireceivesmsonline.generator()
number,countryCode = m.getNumber()
print countryCode,number
#your code goes Here
print m.checkSMS('Message Pattern')

About

wrapper to sites that provide online phone number that receive sms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages