Git Product home page Git Product logo

smsg's Introduction

Automate boring stuff on sending SMS (Windows)

Preparing Gammu

  1. Install Python 3.6 64 bit for Windows
  2. Install Gammu binaries 64 bit
  3. Install python-gammu binaries version with python 3.6 support
  4. Install driver
  5. Plug the modem (I use Wavecom Fastrack M1306B)
  6. Create file named gammurc on current directory

How to create gammurc

Create plain text file (no extension) in the same directory of this python script. Write this configuration script on gammurc file:

[gammu]
device=com4
connection=at115200

device=com4 is device location, it can be com5 or com3, that depends on which port you plug your modem on the PC. connection=at115200, just keep it as it is (tested for Wavecom Fastrack M1306B)

How to use

Massive SMS

usage: smsbulk.py [-h] TEXT_CONTENT CSV_PATH

Send SMS to bulk cell number using list of cell numbers store in CSV file

positional arguments:
  TEXT_CONTENT  text content
  CSV_PATH      csv file which contain list of cellnumber, no column header
                please !!!

optional arguments:
  -h, --help    show this help message and exit

Single SMS

usage: smsone.py [-h] TEXT_CONTENT CELL_NUMBER

Send single SMS

positional arguments:
  TEXT_CONTENT  text content
  CELL_NUMBER   cell number

optional arguments:
  -h, --help    show this help message and exit

TODO

  • inbox

smsg's People

Contributors

fhpraw avatar

Stargazers

 avatar

Watchers

 avatar  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.