Giter VIP home page Giter VIP logo

slack-welcome-bot's People

Contributors

oothkoo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

slack-welcome-bot's Issues

Slack API update

Does anyone know what to modify to get this to work with the new Slack API (non-token)

Getting error when run node bot.js

I followed the steps

git clone https://github.com/slugbay/slack-welcome-bot
cd slack-welcome-bot
npm install
node bot.js

When run node bot.js getting [ERROR]: No Slack token provided.

My app.json content

➜  slack-welcome-bot git:(master) ✗ cat app.json
{
    "name": "Slack Welcome Bot",
    "description": "This Slack application connects to your slack team and greets new joiners with a sweet custom message",
    "keywords": [
        "productivity",
        "slack",
        "greetings",
        "bot",
        "resources",
        "developers",
        "slugbay",
        "sluggy"
    ],
    "website": "https://www.slugbay.com",
    "repository": "https://github.com/slugbay/slack-welcome-bot",
    "logo": "https://github.com/slugbay/slack-welcome-bot/raw/master/logo.png",
    "env": {
        "SLACK_TOKEN": {
            "description": "Slack Bot Token",
            "value": "my-key-from-slack",
            "required": "true"
        },
        "SLACK_MESSAGE": {
            "description": "Your Welcome message (JSON)",
            "value": "{\"text\": \"Hey {fist_name} {last_name} akka *{username}*,\n\nI'm a welcome bot. Welcome to our Slack team! :tada:\nLet me give you some instructions.\"}",
            "required": "true"
        }
    }
}

Also node and npm version

➜  slack-welcome-bot git:(master) ✗ node --version
v10.13.0
➜  slack-welcome-bot git:(master) ✗ npm --version
6.11.3

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.