lita-slack
A Slack adapter for Lita.
File Explorer
Download Latest Version (.zip)- api.rb
- attachment.rb
- chat_service.rb
- event_loop.rb
- im_mapping.rb
- message_handler.rb
- room_creator.rb
- rtm_connection.rb
- slack_channel.rb
- slack_im.rb
- slack_user.rb
- team_data.rb
- user_creator.rb
- slack.rb
- lita-slack.rb
- en.yml
- api_spec.rb
- chat_service_spec.rb
- event_loop_spec.rb
- im_mapping_spec.rb
- message_handler_spec.rb
- room_creator_spec.rb
- rtm_connection_spec.rb
- slack_channel_spec.rb
- slack_im_spec.rb
- slack_user_spec.rb
- user_creator_spec.rb
- slack_spec.rb
- spec_helper.rb
- .gitignore
- .travis.yml
- Gemfile
- LICENSE
- lita-slack.gemspec
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/litaio/lita-slack
Downloads the entire project code from GitHub to your computer.
cd lita-slack
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
