Stichoza / magtifun-cli

Command Line Interface for MagtiFun

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 send 598123456 "message text here"
  • Multiple recipients: $ magtifun send --to="number,number2,number3" --msg="message text"

Logout

$ magtifun logout
successfully logged out.

Contributing

Contributions are welcome

Originally started by @tatocaster, forked and now maintained by @Stichoza

About

Command Line Interface for MagtiFun


Languages

Language:Python 96.6%Language:Shell 3.4%