Skip to content
/ smsg Public

😎 automate boring stuff like sending massive SMS

Notifications You must be signed in to change notification settings

fhpraw/smsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

😎 automate boring stuff like sending massive SMS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages