Skip to content

Instantly share code, notes, and snippets.

View asmz's full-sized avatar
🍺
Drinking

Akira Shimizu asmz

🍺
Drinking
View GitHub Profile
@asmz
asmz / slack_notifier.sh
Last active March 5, 2021 07:35
slack notifier on shell
#!/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.
@asmz
asmz / trello-lunch.coffee
Created May 8, 2015 05:53
A hubot script return an open lunch shop now from trello cards.
# 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: