Skip to content

ketanghumatkar/cowboy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cowboy

The good, the bad, and the ugly.

Watch cowboy in action!

watch cowboy in action!

Usage

From any Slack channel, just type /<command> [search terms].

For example:

/imdb casablanca
/excuse
/producthunt_posts 2

Available commands

More coming soon...

  • HN/best
  • DDG search
  • Weather forecast
  • Simple calculations
  • Define word
  • Wiki lookup

Integrate with your Slack team

  1. Go to your channel
  2. Click on Integrations.
  3. Scroll all the way down to DIY Integrations & Customizations section.
  4. For example, to add above movie lookup command, click on Add next to Slash Commands.
  • Command: /imdb or whatever you like
  • URL: http://cowboy-slack.herokuapp.com/movie.slack
  • Method: POST
  • For the Autocomplete help text, check to show the command in autocomplete list.
    • Description: Show movie details from IMDb
    • Usage hint: [movie]
  • Descriptive Label: Movie Lookup
  1. Do same for other available commands.

Wanna hack?

Follow this tutorial to setup this project locally, and optionally deploy it on Heroku. This project uses foreman utility to spin up/off server, Godeps to manage third-party libraries.

Wanna Contribute?

  • Please use the issue tracker to report any bugs or file feature requests.

Thankings

Copyright and License

Copyright (c) 2015, Vishal Telangre. All Rights Reserved.

This project is licenced under the MIT License.

About

Power up your slack with cowboy!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%