Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.31 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.31 KB

basecamp-giphy

A Giphy bot of the simplest kind....only for Basecamp!

Setup

Giphy API Key

To use the GIPHY API, you'll need to obtain an API Key by creating an app. You'll need a GIPHY account to create an app (don't worry, it's free!) Each application you create will have its own API Key. Don't worry if you're not sure what you want to use the GIPHY API for yet, all that's needed to create an app is a name and a basic description, which can be changed at any time.

Start here: 👉 https://developers.giphy.com/docs/

Clone the repo

git clone [email protected]:some-bots/basecamp-giphy.git
cd basecamp-giphy

Setup a Heroku app

Ensure you have the Heroku CLI and are logged in.

Create an app

heroku create

Deploy

git push heroku master

Setup Basecamp App

add-chat-bot

  1. Go to your HQ (any any team/project) and click the ellipsis at the top right
  2. Select Configure chatbots
  3. Click Add a new chatbot
  4. Optional Upload assets/giphy logo.png as the bot's avatar
  5. Name is giphy (any name will do)
  6. Enter the url of your Heroku app created above with the /cmd on the end