Giter Club home page Giter Club logo

bravobot's Introduction

Bravo, you!

Send bravos, little pictorial congratulations, in slack.com.

In a channel, type…

/bravo @bobby for getting bravobot up and running!

…then Bravo Bot will come along, mention the person, and post a custom image for you.

First, in Slack…

You need to do two things in Slack: set up a new slash command and set up an incoming webhook. Open the Integrations tab, then…

  • Add an Incoming WebHook. Copy the Webhook Url to your config file. Give it a name, description, and an emoji (the clap emoji works best, imo.) The channel won’t matter.

  • Add a new Slash Command with the command “/bravo”. Add the URL from which you will serve bravobot. Use “Post” for the method. Add “/bravo” as the command. Copy the token to your config file.

Add a config.json file

BravoBot will send your bravo picture to s3. Get a Key from AWS and the other s3 information. Be sure to add a policy that makes your bucket public.

Add a config.json file in the root of your project with all your secrets. You config.json file will look something like this:

{
  "webhookUrl": "https://hooks.slack.com/services/123456/123456/123456",
  "token": "123456",
  "awsAccessKeyId": "123456",
  "awsSecretKey": "123456",
  "s3bucket": "bravobot",
  "s3region": "us-west-2"
}

Don't share your config file, obviously.

Then, set up your server…

To get the app up and running:

  • Add a config.json file like above. ☝️
  • brew install phantomjs (or download)
  • npm install
  • coffee app.coffee

Have you heard of ngrok? It’s great.

Just so you know…

You’ll want to add Open Sans Condensed to your system. Webfonts don’t work with Phantom.js.

bravobot's People

Contributors

bobbygrace avatar

Watchers

 avatar  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.