This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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: |