Skip to content

OlibhiaGhosh/Slack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slack Bot

A Slack Bot built using the Slack Bolt API and Node.js to enhance communication and automate tasks within Slack.

Features

This bot includes several functionalities to streamline Slack interactions, as shown in the screenshots below:

Functionalities Overview

Below are some screenshots showcasing the capabilities of this Slack Bot:

  • If you message with a "hello" the bot will respond with "Hello <@Your-username>"

image

  • If you send any message with a "hi" word in it, the bot will also respond with "Hello <@Your-username>"

image

  • If you send any message with "👋" in it, the bot will also respond with "Hello <@Your-username>"

image

  • If you send any message “knock knock”, the bot will respond with " Who’s there?"

image

  • If you send any message with a "description" word in it, the bot will respond a predefined message i.e. "@ is a full stack developer!"

image

  • If you send any message containing the word bye in it , the bot will respond with " Goodbye @! Have a good day"

image

Getting Started

Prerequisites

Installation

  1. Clone the repository bash git clone https://github.com/your-username/slack-bot.git cd slack-bot

  2. Install dependencies bash npm install

  3. Configure environment variables

    Create a .env file with the following values: plaintext SLACK_BOT_TOKEN=your-slack-bot-token SLACK_SIGNING_SECRET=your-slack-signing-secret

  4. Run the bot bash npm start

Your bot should now be up and running!

Usage

After deploying the bot, it can perform various automated tasks within your Slack workspace based on the configurations and commands you've set up.

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published