Connect Bot is a funny bot that tells you a joke.
Anytime you're bored, Connect Bot connects you to a world of no stress. It gives you a joke when you ask it for one.
- Run
git clone https://github.com/krishnzzz/connect_bot.git
on your terminal. - Make sure you have Ruby and Bundle installed.
- Open terminal from the root directory of the cloned project.
- Run
bundle install
to install all packages. - Make sure you have a slack account and you have a personal workspace in which you would want to install the bot.
- Go to http://slack.com/services/new/bot
- Create a new bot with a unique username.
- You will be re-directed, where you will obtain a Slack API Token.
- Create a '.env' file in the root directory of the cloned project and write
SLACK_API_TOKEN=
, then copy and paste the Slack API Token. - Run
rackup
in the terminal. - Go to your slack workspace, and you will find the bot with the username you put.
- Click on the bot and send any message containing the word
joke
(For e.g: Tell me a joke) and enjoy nice jokes that will light up your mood.
- Ruby
- Ruby Slack Bot
- RSpec
- Linter
- VScode
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
- cd into the project directory
- Run git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
👤 Suyash Fowdar
- Github: @Krishnzzz
- Twitter: @Krishnzzz
- LinkedIn: Suyash Fowdar
Give a ⭐ if you like this project!