Skip to main content

Numspy 1.0 Python 3.x

NumSpy logo

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

Installation

pip3 install numspy

Usage

Send SMS

    from Numspy import Way2sms

    w2s = Way2sms()

    w2s.login(USERNAME, PASSWORD)

    w2s.send(MOBILE_NO, MSG)

    w2s.logout()

Schedule SMS

    from numspy import Way2sms

    w2s = Way2sms()

    w2s.login(USERNAME, PASSWORD)

    w2s.schedule(MOBILE_NO, MSG, DATE, TIME)
    # DATE should be in format DD/MM/YYYY and TIME in 24h HH:mm

    w2s.logout()

Find Details of a Mobile number

    from numspy import Way2sms

    w2s = Way2sms()

    w2s.login(USERNAME, PASSWORD)

    w2s.details(MOBILE_NO)

    w2s.logout()Contributing

Feel free to make a pull request! :)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

numspy-1.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

numspy-1.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file numspy-1.0.tar.gz.

File metadata

  • Download URL: numspy-1.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for numspy-1.0.tar.gz
Algorithm Hash digest
SHA256 c1d671a819bfa6f8f494ed84d4e196b94e8d72a5b04840f2389a02a6e21d20e2
MD5 de5c0d5c8a3f70ed397fdfcc081d8209
BLAKE2b-256 72506b945626ce573c814aaee31e178f85b614219638d086fd14a68e0b538a39

See more details on using hashes here.

File details

Details for the file numspy-1.0-py3-none-any.whl.

File metadata

  • Download URL: numspy-1.0-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for numspy-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c638cf9055997056831b51cb1a4ad2f8b3333905bcab5aa5d6acfd11ae009797
MD5 d475ed4318094d6c92167e294da94750
BLAKE2b-256 a4046b889a60101d50ed5cb561ed3e98ed4ccad2059f0d0eaf653d37794843fa

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page