https://github.com/norm/vorta
A base class for building python Slack bots
https://github.com/norm/vorta
Last synced: about 1 year ago
JSON representation
A base class for building python Slack bots
- Host: GitHub
- URL: https://github.com/norm/vorta
- Owner: norm
- Created: 2017-08-21T10:59:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T14:36:35.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T10:32:34.564Z (over 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
vorta
=====
A base class for building python Slack bots.
Rather than writing your code as a plugin that predominantly reacts to events
and run methods on a schedule (the technique used by [rtmbot]), write your
code more directly.
Also contains a bunch of convenience functions for common operations (such
as turning a channel ID into its human-readable name).
[rtmbot]: https://github.com/slackapi/python-rtmbot