python-rtmbot icon indicating copy to clipboard operation
python-rtmbot copied to clipboard

A framework for receiving and interacting with events from Slack's RTM API

Results 17 python-rtmbot issues
Sort by recently updated
recently updated
newest added

* [x] I've read and understood the [Contributing guidelines](./CONTRIBUTING.md) and have done my best effort to follow them. * [x] I've read and agree to the [Code of Conduct](./CODE_OF_CONDUCT.md). *...

enhancement
logging

Well, I am trying to have a server that have multiple rtmbots. Each one will have it's own websocket that connects to one team/client. However in the main loop, I...

question

Using the basic echo plugin for the bot, every time i start the bot, it repeats the last message on the channel - because the `process_mesaage` method is triggered, even...

* [V ] I've read and understood the [Contributing guidelines](./CONTRIBUTING.md) and have done my best effort to follow them. * [V ] I've read and agree to the [Code of...

question

Is there a minimal docker container available for `python-rtmbot`, which would simply require a user to pop some bot scripts into a specified location in order to construct an easy...

enhancement

Hi, I have a plugin that is executing various commands when entered in the bot channel. Especially in my plugin I need to copy using shutil a large amount of...

It would be super cool to just send rtmbot logs into syslog.

enhancement
ready