Skip to content
/ sms Public

Send SMS (Short Message Service) messages from the command line interface (CLI)

Notifications You must be signed in to change notification settings

birdy1976/sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== SMS ===
Contributors: birdy1976
Tags: cellular, cli, message, phone, python, sms, terminal
Stable tag: 0.2

== Description ==

Send SMS (Short Message Service) messages from the command line interface (CLI)

== Installation ==

For Linux users:
1. Register at https://digital.swisscom.com
2. Subscribe to the free „Text Messaging (SMS)“ (100 text messages per month)
3. Open a terminal (e.g. ctrl+alt+t)
4. To install SMS do a) or b)
a) git clone [email protected]:birdy1976/sms.git
b) curl -L https://github.com/birdy1976/sms/tarball/master | tar zx
5. Copy mod/conf/sample.py and create your profile, e.g. myconf.py
6. Add an alias to ~/.bashrc: alias sms='python /path/to/sms.py myconf'
7. Send your first SMS: sms 41761234567 'Hello world :)'

== Screenshots ==

1. Help message
2. Message to one addressee
3. Message to several addressees

About

Send SMS (Short Message Service) messages from the command line interface (CLI)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages