techieshark / slack-pair

:speech_balloon: Facilitating pairing via Slack.
24 stars 7 forks source link

Play sound on new pair alerts #12

Open techieshark opened 10 years ago

techieshark commented 10 years ago

If someone adds themselves to the list of people available for pairing, we could play a sound in the office.

See also: https://github.com/codeforamerica/cfa_coder_sounds

techieshark commented 8 years ago

This could help: http://www.caseyfulton.com/audiosound-emojis-in-slack/

Note, before running pip install websocket, you might need to run:

CFLAGS='-std=c99' pip install gevent # see http://stackoverflow.com/a/32545855/1024811