A dashboard rails app to visualise activities in Slack
-
rbenv
-
rbenv-gemset
-
unicorn
-
capistrano3
-
chartkick.js
-
mysql timezone support
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
etc
setup rbenv, rbenv-gemset
Set SLACK_TOKEN as an environment value
# gem install bundler
# bundle install
# rake db:create
# rake db:migrate
# rake slack:first_time_crawl
example:
export SLACK_TOKEN=xoxp-hogehogehoge......
Slackboard is using rake task and whenever to collect slack information.
See config/schedule.rb to check the crawling schedule.
The MIT License (MIT)
See LICENSE file for details.