All Projects → bhattsameer → numspy

bhattsameer / numspy

Licence: MIT license
A python module for sending free sms as well as finding details of mobile number via website Way2sms.

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to numspy

fake-sms
A small and efficent script to send SMS all over the world anonymously
Stars: ✭ 48 (-15.79%)
Mutual labels:  sms, freesms
Chatkit
Android library. Flexible components for chat UI implementation with flexible possibilities for styling, customizing and data management. Made by Stfalcon
Stars: ✭ 3,496 (+6033.33%)
Mutual labels:  messaging, messages
mobizon-node
Biblioteca NodeJS para trabalhar com os serviços Mobizon API
Stars: ✭ 17 (-70.18%)
Mutual labels:  messaging, sms
Google Messages For Desktop
A "native-like" OS X, Windows, & Linux desktop app for Google Messages
Stars: ✭ 140 (+145.61%)
Mutual labels:  sms, messages
Vonage Python Sdk
Vonage Server SDK for Python. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 134 (+135.09%)
Mutual labels:  messaging, sms
android-chat-tutorial
Sample apps for the Stream Chat Android SDK's official tutorial
Stars: ✭ 44 (-22.81%)
Mutual labels:  messaging, messages
Vonage Node Sdk
Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 323 (+466.67%)
Mutual labels:  messaging, sms
notify
Send emails and text messages to your users if you work in Australian government
Stars: ✭ 15 (-73.68%)
Mutual labels:  sms, messages
Vonage Java Sdk
Vonage Server SDK for Java. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 75 (+31.58%)
Mutual labels:  messaging, sms
Qmchatviewcontroller Ios
An elegant ready to go chat view controller for iOS applications
Stars: ✭ 75 (+31.58%)
Mutual labels:  messaging, messages
owt
Update Version 3.1 added free SMS messaging.
Stars: ✭ 339 (+494.74%)
Mutual labels:  sms, freesms
Vonage Ruby Sdk
Vonage REST API client for Ruby. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 203 (+256.14%)
Mutual labels:  messaging, sms
RomanceBreaker
Python script which sends a custom morning message to your significant other every morning at a given time range on Facebook Messenger, WhatsApp, Telegram or SMS, for lazy people
Stars: ✭ 36 (-36.84%)
Mutual labels:  sms, messages
text-sdk-php
PHP SDK to send messages with CM.com
Stars: ✭ 18 (-68.42%)
Mutual labels:  messaging, sms
Reborn
ReborN SMS BOMBER | SpeedX & 4NAT
Stars: ✭ 126 (+121.05%)
Mutual labels:  sms, bomber
Qksms
The most beautiful SMS messenger for Android
Stars: ✭ 3,519 (+6073.68%)
Mutual labels:  messaging, sms
EVIL-EMAIL-SMS-BOMBER
The EVIL EMAIL/SMS BOMBER is made for research and testing purposes only. Prank your friends. EVIL EMAIL/SMS BOMBER can send bulk mail or SMS text messages. DISCLAIMER: Use at your own risk! I take no responsibility for your actions. This was made for pranks, testing and investigation purposes only. Coded by Jeff Childers
Stars: ✭ 36 (-36.84%)
Mutual labels:  sms, bomber
ChristmasSpiritBreaker-andNewYearsToo
Python script which automatically sends Christmas/New Year's messages from a custom messages list on Whatsapp, Facebook Messenger or via SMS in a given time range, to a custom contacts list. Time to work smart, not hard.
Stars: ✭ 81 (+42.11%)
Mutual labels:  sms, messages
Vonage Php Sdk Core
Vonage REST API client for PHP. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
Stars: ✭ 849 (+1389.47%)
Mutual labels:  messaging, sms
Stream Chat Android
Stream Chat official Android SDK. The tutorial covers how to build your own chat experience using either Java or Kotlin.
Stars: ✭ 165 (+189.47%)
Mutual labels:  messaging, messages

Numspy 1.0 Python 3.x PyPI

NumSpy logo

A python module for sending free sms as well as finding details of mobile number via website Way2sms

Installation

pip3 install numspy

Requirements

Way2sms account

Modules used

BeautifulSoup4
huepy
requests
urllib.request

Usage

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)

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
NumSpy-Android App : https://github.com/vkoshti/numspy-app
NumSpy-React App : https://github.com/bhattsameer/numspy-react-app

Credits:

Thanks to Way2sms.
Logo : Hariom Panchal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].