go-keybase-chat-bot icon indicating copy to clipboard operation
go-keybase-chat-bot copied to clipboard

Official Go Keybase chat bot SDK

Results 5 go-keybase-chat-bot issues
Sort by recently updated
recently updated
newest added

Breaking this out from #55 Google Cloud's serverless container environment is called Cloud Run. I'm trying to run a bot here in a container, but it kept crashing on calls...

Currently, we document all our functions in the markdown of the README. I think it'd be nice and more idiomatic if we transferred most of this documentation over to GoDoc...

Our bot is starting to integrate wallet and team features. If we were to do a major upgrade, I think it'd make sense to rename the package from `kbchat` to...

Many of the names and functions that the go bot uses are very specific. Examples: - `GetTextMessages` (all other message types are ignored) - `SendAttachmentByTeam` Rather than have specific functions...