Git Product home page Git Product logo

Comments (2)

malikim avatar malikim commented on July 17, 2024

Research

Reserch conducted on the official website
https://api.slack.com

bot users and slash teams - it's completely different things in the slack (after the telegram it was not obvious to me)

in the process it turned out that Slack has two versions of Api:

old version:

You are browsing the tutorial on traditional user integration, the older way for teams to embed into their Slack team. To reliably use the latest platform features, such as message buttons and event APIs, integrate internal integration as part of the Slack application only for your team. To begin.

new application slack:

The new version supports working with buttons in messages and etc.

I would look in the direction of a new api, tk there is more pros and the likelihood of support

In order to implement commands through a slash with a new api, you need to make a bot app
there are 2 types of slack app

Distributed - if you upload to the App Store
-load of requirements, authorization through oauth and etc
internal integration (for internal use)
-all pros, but do not need oauth and stuff.

https://api.slack.com/apps/new

in the current situation, the option of internal integration is suitable (for internal use, fewer problems)

As part of the Slack application, they can be easily installed for your workspace as internal integration or distributed in the world, extend to other workspaces.

from comedian.

malikim avatar malikim commented on July 17, 2024

Work with commands is implemented in tasks #33, #34, #35, #36, #37, #38

from comedian.

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.