A Slack Bot that pulls Pixiv information and posts the full image(s) into Slack, with iOS shortcuts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.0 KiB

  1. Slack-Gamebot
  2. =============
  3. [![Build Status](https://travis-ci.org/dblock/slack-mathbot.png)](https://travis-ci.org/dblock/slack-mathbot)
  4. A math bot for Slack.
  5. ![](screenshots/two-plus-two.gif)
  6. ## Installation
  7. Create a new Bot Integration under [services/new/bot](http://slack.com/services/new/bot).
  8. ![](screenshots/register-bot.png)
  9. On the next screen, note the API token.
  10. Run `SLACK_API_TOKEN=<your API token> foreman start`
  11. ## Production Deployment
  12. See [DEPLOYMENT](DEPLOYMENT.md).
  13. ## Usage
  14. ### Commands
  15. #### mathbot calculate [expression]
  16. Calculates an expression, currently just basic math. See [Dentaku](https://github.com/rubysolo/dentaku) for what's supported.
  17. #### mathbot
  18. Shows MathBot version and links.
  19. #### mathbot hi
  20. Politely says 'hi' back.
  21. #### mathbot help
  22. Get help.
  23. ## Contributing
  24. See [CONTRIBUTING](CONTRIBUTING.md).
  25. ## Copyright and License
  26. Copyright (c) 2015, Daniel Doubrovkine, Artsy and [Contributors](CHANGELOG.md).
  27. This project is licensed under the [MIT License](LICENSE.md).