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.

46 lines
915 B

9 years ago
9 years ago
  1. Slack-Mathbot
  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. Math is good for you.
  5. ![](screenshots/two-plus-two.gif)
  6. ## Installation
  7. See [DEPLOYMENT](DEPLOYMENT.md).
  8. ## Usage
  9. Invite your bot to a channel. Do math by starting a message with an equal sign.
  10. ![](screenshots/example.gif)
  11. ### Commands
  12. #### mathbot calculate [expression]
  13. Calculates an expression, currently just basic math. See [Dentaku](https://github.com/rubysolo/dentaku) for what's supported.
  14. #### mathbot
  15. Shows MathBot version and links.
  16. #### mathbot hi
  17. Politely says 'hi' back.
  18. #### mathbot help
  19. Get help.
  20. ## Contributing
  21. See [CONTRIBUTING](CONTRIBUTING.md).
  22. ## Copyright and License
  23. Copyright (c) 2015, Daniel Doubrovkine, Artsy and [Contributors](CHANGELOG.md).
  24. This project is licensed under the [MIT License](LICENSE.md).