Slack bot that retrieves Core/Stdlib documentation.
Ruby ri docs should be available in the system.
$ ./script/bootstrap
$ ./script/setupThe setup script will ask you to enter your Slack API token.
To run the bot in your local machine:
$ script/serverTo run the tests, use:
$ script/testsOnce the bot is connected to your Slack, you can send him questions about Ruby documentation as per following syntax:
> ri Array#firstYou can also say hi to the bot or send him a ramdon text, in which case he will respond with an animated gif.