adithya77 / Auto-GPT-slack-plugin

Slack plugin for Auto GPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoGPT-Slack

A plugin for AutoGPT which enables access to Slack.

Features

  • Send messages
  • Recieve commands from slack
  • Send attachments

Plugin Installation Steps

  1. Clone or download the plugin repository: Clone the plugin repository, or download the repository as a zip file.

    Download Zip

  2. Install the plugin's dependencies (if any): Navigate to the plugin's folder in your terminal, and run the following command to install any required dependencies:

       pip install -r requirements.txt
  3. Package the plugin as a Zip file: If you cloned the repository, compress the plugin folder as a Zip file.

  4. Copy the plugin's Zip file: Place the plugin's Zip file in the plugins folder of the Auto-GPT repository.

  5. Allowlist the plugin (optional): Add the plugin's class name to the ALLOWLISTED_PLUGINS in the .env file to avoid being prompted with a warning when loading the plugin:

    ALLOWLISTED_PLUGINS=example-plugin1,example-plugin2,example-plugin3
  6. Add Slack token and default channel to AutoGPT .env file:

    ################################################################################
    ### SLACK API
    ################################################################################
    
    SLACK_BOT_TOKEN=token
    SLACK_CHANNEL=channel
    

About

Slack plugin for Auto GPT

License:MIT License


Languages

Language:Python 84.0%Language:Batchfile 7.2%Language:Shell 5.9%Language:Makefile 2.8%