GitXplorerGitXplorer
r

slack-bettergiphy

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
bb8d15abc019bf9ab030fc52a9e6d8e7feef8c29

Cleaned up and commented

committed 10 years ago
Unverified
c2689d0697023ec538ee1c99f39c2ab62869e984

removed debug flag

committed 10 years ago
Unverified
5e7a86b9d9fb0ff9000710cc859083fb80baa678

Merge branch 'master' of https://github.com/rsmitty/slack-bettergiphy

committed 10 years ago
Unverified
2a9f486695d3c048860e4abeb23cfe0135319cce

updated to support file size check

committed 10 years ago
Unverified
f8ac31e9431714c613b274981fdba20094382c00

Update README.md

rrsmitty committed 10 years ago
Unverified
c8291e1bb0bf167234ebf14378c3ab906f7ad382

Update README.md

rrsmitty committed 10 years ago

README

The README file for this repository.

slack-bettergiphy

A bot for Slack that will retrieve a single, relevant result from giphy, as opposed to the random pick that the built-in bot does.

Installation:

  • Git clone this directory.

  • Ensure that you have docker and docker-machine installed and configured.

Running:

  • Configure a Slack slash command to talk to http://$IPADDRESS_OF_DOCKER_HOST:5000

  • Configure an incoming webhook in Slack and take note of the webhook URL.

  • Edit the variables slacktoken and slackhookurl in giphybot.py

  • Build the docker container with: docker build -t rsmitty/giphy .

  • Run it with: docker run -p 5000:5000 --detach=true rsmitty/giphy