A slack bot to notify you when someone adds a custom emoji.
To install, head on over to https://emojiwatch2.appspot.com/add. (You may want to create an #emojiwatch channel first.) If your emoji are super duper secret, see below to deploy your own instance.
make deploy. You'll need to ask @benkraft for access.
To deploy your own instance:
- create a slack app, with a webhook
- set up secrets.py with your
VERIFICATION_TOKENfrom said slack app - create a Google App Engine project
- change
PROJECTin theMakefileto match your Google App Engine project - manually set up the datastore entity for your team (TODO: how? or make it easier)
make deploy
