massage sender to some SNSs

I created app to send same message to "TypeTalk" and "Slack" for Python.

I'll update other SNSs (ex Twitter...).

Options

--massage
message which you'd like to send
--sns_type
SNS which you'd like to use

you can choose one in "slack", "typetalk", "all(all SNSs)"

Execution App

python sender.py --message hello --sns_type all
sh sender.sh 

Reference