dylanbhughes / Rickbot

Ever wanted to chat with Rick from Rick & Morty?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rickbot

Ever wanted to chat with Rick from Rick & Morty?

Well I've decided to go ahead and build this guy so now you can.

To get started, clone down the repository and install all dependencies via the command line:

git clone https://github.com/dylanbhughes/Rickbot.git

npm install

To add to your slack channel:

  1. Go to https://my.slack.com/services/new/bot

  2. Add the name Rick.

  3. When you click "Add Bot Integration", you are taken to a page where you can add additional details about your bot. Add a picture of Rick as the icon and add a description if you feel like it.

  4. Copy the API token that Slack gives you.

  5. Put that token in a .env file in the home directory.

  6. Run the bot:​ npm start

I'll be updating this periodically as I get a better understanding of bots. I'm hoping to get Rick to do math, tell you where the closest bar is, and do a number of other cool shit all in Rick's signature vernacular.

About

Ever wanted to chat with Rick from Rick & Morty?

License:MIT License


Languages

Language:JavaScript 100.0%