Swift 3.1 Xcode 8+
Set environment variables for SLACK_TOKEN and GOOGLE_API_KEY
export SLACK_TOKEN=foo && export GOOGLE_API_KEY=bar
Generate executable and run:
swift build && ./.build/debug/honyakubot
swift package generate-xcodeproj
open honyakubot.xcodeproj
Edit Scheme -> Run -> Arguments -> Environment Variables -> (set `SLACK_TOKEN` and `GOOGLE_API_KEY`)
- don't translate events, e.g. user has joined channel
- style original text differently
- logs: add date
- add greeting
- allow stop listening
- create -en channel
- en to jp translation
- deploy to cloud or another machine