Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.22 KB

Build Status Code Climate

This tool no longer works as NTC's meet SMS server is no longer live/working.

MEETSMS

Meet-SMS is a python script for sending SMS using NTC Meet. This script makes it simple to send SMS without having to go to the site.

Requirement

  • Python3
  • Requests

Installation

  • From Source

      git clone https://github.com/unique1o1/Meet-SMS
      cd Meet-SMS
      sudo setup.py install
    
  • From PIP

      sudo pip install meetsms
    
Syntax

-u for username -m for message -r for receiver's number

How to use

First lets make an alias so, we don't have to type username everytime. In your terminal type:

    sudo nano ~/.bashrc #for bash users

    sudo nano ~/.zshrc #for zsh users
Add the following to the end of your file
    alias sms="sms -u yourusername"
Sending SMS
    sms -r 98**\*\*\*\*** -m "message"

Sending sms to multiple people

    sms -r "98**\*\*\*\***, 98**\*\*\*\***" -m "message"