https://github.com/gesteves/frink
A Simpsons gifs app for Slack.
https://github.com/gesteves/frink
Last synced: 4 months ago
JSON representation
A Simpsons gifs app for Slack.
- Host: GitHub
- URL: https://github.com/gesteves/frink
- Owner: gesteves
- Created: 2016-02-24T00:42:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-17T03:23:12.000Z (almost 10 years ago)
- Last Synced: 2025-03-05T04:21:24.710Z (over 1 year ago)
- Language: HTML
- Homepage: https://slashfrink.herokuapp.com/
- Size: 119 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Frink
A simple app that lets you pull Simpsons screencaps from Frinkiac in Slack! Just use the /frink command, followed by a quote from The Simpsons.

## Installation
If you just want to install the `/frink` command in your Slack, go to [the website](https://slashfrink.herokuapp.com/) and hit the "Add to Slack" button to authorize the app.
If you'd rather host it yourself in your own Heroku account, follow these steps:
1. Create a [new Slack app](https://api.slack.com/applications/new) for your team (put a placeholder redirect URI for now, like `http://localhost` or whatever).
2. Add a new command to your new Slack app, like `/frink`. Note your app's client ID, client secret, and the verification token for the command.
3. Come back here and push this button to create a new Heroku app: [](https://heroku.com/deploy)
4. In your new Heroku app's config variables, enter the client ID, client secret, and verification token from step 2.
5. Deploy your Heroku app, and note its address (should be `https://[your heroku app].herokuapp.com`).
6. Come back to your Slack app, and replace the redirect URI with `https://[your heroku app].herokuapp.com/auth`.
7. Visit `https://[your heroku app].herokuapp.com` in your browser and use the "Add to Slack" button to add your app to your Slack team.