View slack_notifier.sh
#!/bin/bash | |
# | |
# slack notifier on shell (specified channel) | |
# @asmz | |
# | |
# Usage | |
# ./slack_notifier.sh [channel_name] | |
# | |
# Configuration | |
# Required SLACK_API_TOKEN environment variable before open tmux. |
View trello-lunch.coffee
# Description: | |
# A hubot script return an open lunch shop now from trello cards. | |
# | |
# Requirement: | |
# Required following environment variable. | |
# export HUBOT_LUNCH_TRELLO_KEY=<trello_api_key> | |
# export HUBOT_LUNCH_TRELLO_TOKEN=<trello_api_token> | |
# export HUBOT_LUNCH_TRELLO_BOARD=<trello_board_id(for lunch)> | |
# | |
# Dependencies: |