slack-ruby/slack-ruby-bot

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/FUNDING.yml
.gitignore
.rspec
.rubocop.yml
.rubocop_todo.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
DEPLOYMENT.md
Dangerfile
Gemfile
LICENSE.md
MIGRATION.md
README.md
RELEASING.md
Rakefile
TUTORIAL.md
UPGRADING.md
examples/inventory/Gemfile
examples/inventory/Procfile
examples/market/Gemfile
examples/market/Procfile
examples/minimal/Gemfile
examples/minimal/Procfile
examples/weather/Gemfile
examples/weather/Procfile
screenshots/aliases.gif
screenshots/create-classic-app.png
screenshots/demo.gif
screenshots/dms.gif
screenshots/help.png
screenshots/market.gif
screenshots/weather.gif
slack-ruby-bot.gemspec
slack.png
examples/inventory/inventorybot.rb180
examples/market/marketbot.rb27
examples/minimal/pongbot.rb8
examples/weather/weatherbot.rb20
lib/config/application.rb8
lib/config/boot.rb6
lib/config/environment.rb2
lib/slack-ruby-bot.rb23
lib/slack-ruby-bot/about.rb6
lib/slack-ruby-bot/app.rb47
A
35 mins
lib/slack-ruby-bot/bot.rb14
lib/slack-ruby-bot/client.rb53
A
2 hrs
lib/slack-ruby-bot/commands.rb5
lib/slack-ruby-bot/commands/about.rb11
lib/slack-ruby-bot/commands/base.rb123
C
1 day