GithubHelp home page GithubHelp logo

slackbot-2's Introduction

Slackbot

How to run

  1. Enable hm-slack first, then enable this plugin as well.

    (HM-Slack contains utilities, such as escaping functions.)

  2. Head over to your Slack integrations page, and create a new bot user.

    This will give you an API token, which you'll need in a second.

  3. For full features, you'll also need an Incoming Webhook integration, so set one of those up too.

  4. Configure hm-slackbot in your wp-config.php:

// Used for sending arbitrary messages from WP in hm-slack
define( 'HM_SLACK_INCOMING_URL', 'https://hooks.slack.com/services/your/incoming' );

// Slack bot token
define( 'HM_SLACK_BOT_TOKEN', 'my-bot-token' );

// GitHub integration token for issues
define( 'HM_SLACK_GITHUB_TOKEN', 'myexampletokenfromgithub' );

// Set up the bot's name
define( 'HM_SLACK_BOT_NAME', 'rmbot' );
define( 'HM_SLACK_BOT_ID',   'U03M7H4V5' );

// Set up bot admin (user ID)
define( 'HM_SLACK_BOT_ADMIN_ID', 'U03BWLTDD' );
  1. Run the bot
$ wp hm-slackbot run

Running Permanently

If you want to keep Slackbot running all the time, it's best to run it as a daemon. This will keep it running in the background.

To do this, simply add bin/start.sh to your system's cron, with an interval of every minute (* in the minute column). This will check every minute that the bot is still running.

slackbot-2's People

Contributors

rmccue avatar

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.