kikinteractive/annona

Name: annona

Owner: Kik Interactive

Description: A service for posting anonymous messages to a Slack channel

Created: 2015-10-09 11:09:05.0

Updated: 2017-05-21 17:23:53.0

Pushed: 2015-10-10 18:45:13.0

Homepage:

Size: 309

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

annona Build Status

Annona Image

A service for posting anonymous messages to a Slack channel. Your message shows up under the guise of a random character.

Based on and Slacker and anonymous-slack

As a slack administrator:

In Slack integrations, add a Slash command, for example, /anon . Set the URL in Slack to your service URL. The resulting slack “token” should be set as a environment variable:

 INCOMING_SLACK_TOKEN=XXX

Then, in Slack integrations, add a Slash Incoming webhook. The resulting “webhook url” should be set as environment variable:

INCOMING_SLACK_WEBHOOK=https://hooks.slack.com/services/BLAH/BLAH/BLAH

The channel that the messages will appear in is set set as environment variable:

SLACK_CHANNEL_ID="#anon"

master

Success! Now if you send a message in any channel, public or private, like the following:

/anon Who am I ?

Slack Image That message will be suppressed, and a message will appear in the SLACK_CHANNEL_ID channel

Avatars

Avatars are in the avatars.json file.

Here is an example for an avatar

{
"username": "Tina",
"default_text": "Errrggggggg",
"icon_url": "http://i.imgur.com/VxDC1dz.png"
},

Docker Image


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.