wordDeJour
will retrieve the word of the day and post it to a Slack channel.
This tool scrapes the <title>...</title>
for the Word of the day web page.
cd wordDeJour/src
go get golang.org/x/net/html
- ./buid.sh
-slackChannel string
Slack channel (default "bot-dev")
-slackKey string
Slack API Key
wordDeJourLinux -slackChannel 6words -slackKey "YOUR_SLACK_API_KEY_HERE"