tatocaster / magtifun-CLI

magtifun sms sender, CLI on python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Line Interface for MagtiFun

Written in: Python, Shell.

Usage

Login

$ magtifun login
enter username: [enter your username here]
enter password: [hidden input for password]

Send message

  • Quick: $ magtifun 598123456 "message text here" (Deprecated. will be removed after v0.2.0)
  • Multiple recipients: $ magtifun send --to="number,number2,number3" --msg="message text"

Logout

$ magtifun logout
successfully logged out.

Contributing

feel free to fork ;)

Contributors

About

magtifun sms sender, CLI on python


Languages

Language:Python 94.5%Language:Shell 5.5%