Code Monkey home page Code Monkey logo

Comments (6)

dblock avatar dblock commented on May 27, 2024

There's no built-in support for conversations in slack-ruby-bot. That would require storage for one. Labeling as a feature request.

from slack-ruby-bot.

cakejelly avatar cakejelly commented on May 27, 2024

This would be such a cool feature! I had to implement conversations with a bot a while back and it was a bit of a pain.

Any thoughts around storage options? By default, botkit just uses JSON files on the filesystem but gives you the option to include your own storage module

from slack-ruby-bot.

dblock avatar dblock commented on May 27, 2024

Something pluggable would be nice. Also check out slack-ruby/slack-ruby-bot-server#3.

from slack-ruby-bot.

sheldonrampton avatar sheldonrampton commented on May 27, 2024

We used redis for a simple data storage implementation with slack-ruby-bot. Our use case was a bot that lets multiple Slack users post questions using a "question" command, with a "list" command that lists all of the posted questions.

from slack-ruby-bot.

laertispappas avatar laertispappas commented on May 27, 2024

I was thinking to open a similar issue.

What I have in my mind is replicating AWS lex framework and turn slack ruby bot into a similar framework. I like the way AWS Lex works and I think we should adopt a similar behavior on top of the current codebase (no NLP yet).

@dblock what do you think?

from slack-ruby-bot.

dblock avatar dblock commented on May 27, 2024

I am open to this, however I think what we're all saying is that we want multiple DSLs on top of similar infrastructure. Some people want a command DSL, some people want object inheritance and others a Q&A. I think we should go into a direction where that's all possible and one day each even lives in a separate gem.

from slack-ruby-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.