The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Setting up the single-channel bot is simple.
slackr_setup(channel = '#channel_with_webhook', incoming_webhook_url = 'your_webhook')
.
You can also follow the config file setup directions below instead of
passing the channel and webhook directly.And that’s it! You should be able to post a message with
slackr_bot('test message')
library(slackr)
slackr_setup()
slackr_bot('Test message',
channel = '#test',
username = 'mrkaye97',
icon_emoji = 'tada')
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.