https://github.com/bhattsameer/numspy
A python module for sending free sms as well as finding details of mobile number via website Way2sms.
https://github.com/bhattsameer/numspy
bomber details-finder freesms freesmsapi futuresms messages messaging numspy osint python python3 send-sms sms spy way2sms way2sms-api
Last synced: about 2 months ago
JSON representation
A python module for sending free sms as well as finding details of mobile number via website Way2sms.
- Host: GitHub
- URL: https://github.com/bhattsameer/numspy
- Owner: bhattsameer
- License: mit
- Archived: true
- Created: 2018-05-25T14:26:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T06:51:39.000Z (over 7 years ago)
- Last Synced: 2025-09-22T09:24:18.118Z (5 months ago)
- Topics: bomber, details-finder, freesms, freesmsapi, futuresms, messages, messaging, numspy, osint, python, python3, send-sms, sms, spy, way2sms, way2sms-api
- Language: HTML
- Homepage: https://bhattsameer.github.io/numspy/
- Size: 285 KB
- Stars: 126
- Watchers: 7
- Forks: 39
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numspy 1.0 [](http://www.python.org/download/) [](http://www.pypi.org/project/numspy)

A python module for sending free sms as well as finding details of mobile number via website
Way2sms
# Installation
```command
pip3 install numspy
```
# Requirements
```
Way2sms account
```
# Modules used
```
BeautifulSoup4
huepy
requests
urllib.request
```
# Usage
Send SMS
```python
from Numspy import Way2sms
w2s = Way2sms()
w2s.login(Way2sms_Username, Way2sms_Password)
w2s.send(Mobile_Number, Message)
w2s.logout()
```
Schedule SMS
```python
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
```python
from numspy import Way2sms
w2s = Way2sms()
w2s.details(Mobile_Number)
```
# Example
1. Upadate credentials.py file with your way2sms credentials.
2. Run python3 numspy_example.py
Feel free to make a pull request! :)
for more details visit check: https://pypi.org/project/numspy/
# Also Visit
NumSpy-Public API : [https://github.com/bhattsameer/numspy-api](https://github.com/bhattsameer/numspy-api)
NumSpy-Android App : [https://github.com/vkoshti/numspy-app](https://github.com/vkoshti/numspy-app)
NumSpy-React App : [https://github.com/bhattsameer/numspy-react-app](https://github.com/bhattsameer/numspy-react-app)
# Credits:
Thanks to Way2sms.
Logo : [Hariom Panchal](https://github.com/Hariompanchal)