chatbot icon indicating copy to clipboard operation
chatbot copied to clipboard

Chatbot framework in Rust

Results 17 chatbot issues
Sort by recently updated
recently updated
newest added

http://blog.jwilm.io/chatbot/chatbot/ looking forward to see more detail of this project. thanks for your work.

Currently addressed handlers only trigger in private messages in IRC (haven't tested Slack) if prefixed with `botname: `, but since the message is private I think it should already count...

It seems to me that any message that would trigger the bot without being addressed should still trigger the bot if it is addressed. Alternatively, there should be a third...

I see that the last release to crates.io was on Nov 2015, but there have been several commits after that. I was wondering if you would considering releasing a new...

https://core.telegram.org/bots

Hi, I wanted to check out the website, but the DNS doesn't resolve for me (in Australia). Can you check if everything is alright with the website on your end?

# Why? The MIT license requires reproducing countless copies of the same copyright header with different names in the copyright field, for every MIT library in use. The Apache license...

(Thank you for incorporating my earlier changes! Here's one more patch based on some bot testing.) By default, the Slack adapter logs all Slack messages (including those not acted on...

I have a roadblock while updating chatbot's dependencies. I have bumped most crates to agree on openssl 0.7. However, slack 0.12 removed `RtmClient::get_outs`. I'm fumbling around to fix it here...

``` Received[84]: {"type":"presence_change","user":"U03FE5CRG","presence":"away"} Received[85]: {"type":"presence_change","user":"U03FE5CRG","presence":"active"} Received[86]: {"type":"presence_change","user":"U03A1010S","presence":"away"} Received[87]: {"type":"presence_change","user":"U044FK97B","presence":"away"} Received[88]: {"type":"presence_change","user":"U02AXSV3L","presence":"away"} thread 'Chatbot Slack Receiver' panicked at 'unexpected error ErrorSyscall', /Users/jwilm/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-0.6.2/src/ssl/mod.rs:849 chatbot shutting down ```