before readme, you have to read Bearychat Document, follow the doc, you'll create an incoming bot, and get a webhook url.
bearychat(
webhook: 'https://xxxxx',
text: '',
notification: '',
markdown: false,
channel: '',
user: '',
attachments: [
{
title: '',
text: '',
color: '',
images:[{'url': 'https://xxxx.jpg'}]
}
]
)
I'll convert it to plugin while fastlane-plugins manager is OK.