Skip to content

A Slack bot designed to streamline the candidate interview process by allowing users to easily manage and schedule interviews within Slack.

Notifications You must be signed in to change notification settings

SajidAnTechie/TalentMatch-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TalentMatch Bot

TalentMatch Bot is a Slack bot designed to streamline the candidate interview process by allowing users to easily manage and schedule interviews within Slack.

Features

  1. Candidate Request Command

    • The bot receives requests from the /candidate command.
    • A modal with form will pop-up and users can input candidate information to initiate the process.
    • Example: /candidate Candidate Request Form
  2. Candidate Notification

    • The bot notifies the channel when we submit the above form. Candidate Found
  3. Candidate Management

    • Provides options to edit, request interview, and schedule interview for the candidate.
    • Example: Options include "Edit," "Request for interview," and "Schedule interview."
  4. Candidate Profile

    • Displays the candidate's profile including name, and resume link.
    • Example: "SAJID ANSARI" with a link to the resume.
  5. Edit Profile

    • Allow users to edit candidate profile Edit
  6. Request For Interview

    • Allow users to request candidate for interview Request For Interview
  7. Interview Scheduling

    • Allows users to request an interview with the candidate. Schedule Interview

Installation

To install and set up the TalentMatch Bot, follow these steps:

  1. Clone the repository:

    git clone https://github.com/SajidAnTechie/TalentMatch-bot.git
    cd TalentMatch-bot
  2. Install the necessary dependencies:

    npm install
  3. Configure environment variables: Create a .env file in the root directory and add the following variables:

    SLACK_BOT_TOKEN=your-slack-bot-token
    SLACK_SIGNING_SECRET=your-slack-signing-secret
  4. Start the bot:

    npm start

Usage

  1. Setting Up the Bot in Slack

    • Invite the TalentMatch Bot to your Slack workspace.
    • Configure the bot with the appropriate permissions to manage channels and messages.
  2. Using the /candidate Command

    • Initiate the candidate process by using the /candidate commands.
    • Example: /candidate
  3. Interacting with the Bot

    • Use options like Edit, Request For Interview, and Schedule Interview to manage candidate interviews.
    • The bot will notify the channel about candidate updates and scheduled interviews.

Contributing

We welcome contributions to enhance the TalentMatch Bot. If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

About

A Slack bot designed to streamline the candidate interview process by allowing users to easily manage and schedule interviews within Slack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published