An open API service indexing awesome lists of open source software.

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

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