GithubHelp home page GithubHelp logo

anthrax3 / numspy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bhattsameer/numspy

0.0 0.0 0.0 292 KB

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

Home Page: https://bhattsameer.github.io/numspy/

License: MIT License

HTML 100.00%

numspy's Introduction

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

numspy's People

Contributors

bhattsameer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.