A python module for sending free sms as well as finding details of mobile number via website Way2sms
pip3 install numspy
Way2sms account
BeautifulSoup4
huepy
requests
urllib.request
Send SMS
from Numspy import Way2sms
w2s = Way2sms()
w2s.login(Way2sms_Username, Way2sms_Password)
w2s.send(Mobile_Number, Message)
w2s.logout()
Schedule SMS
from numspy import Way2sms
w2s = Way2sms()
w2s.login(Way2sms_Username, Way2sms_Password)
w2s.schedule(Mobile_Number, Message, Date, Time)
# DATE should be in format DD/MM/YYYY and TIME in 24h HH:mm
w2s.logout()
Find Details of any Mobile Number -> Work even without Way2sms account
from numspy import Way2sms
w2s = Way2sms()
w2s.details(Mobile_Number)
-
Upadate credentials.py file with your way2sms credentials.
-
Run python3 numspy_example.py
Feel free to make a pull request! :)
for more details visit check: https://pypi.org/project/numspy/
NumSpy-Public API : https://github.com/bhattsameer/numspy-api
NumSpy-Android App : https://github.com/vkoshti/numspy-app
NumSpy-React App : https://github.com/bhattsameer/numspy-react-app
Thanks to Way2sms.
Logo : Hariom Panchal