richard-better / pushbullet.py

A python client for http://pushbullet.com
MIT License
575 stars 110 forks source link

support python -m command line #95

Closed oppianmatt closed 6 years ago

oppianmatt commented 8 years ago

A lot of python modules let you run a script version of the module using -m as documented https://docs.python.org/2/using/cmdline.html#cmdoption-m

Would be nice to run pushbullet.py with the -m and specify the message to send.

kovacsbalu commented 7 years ago

Hi @oppianmatt, how do you think the parameters?