Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.14 KB

[This repo has been deprecated]

You can now use the offical ChatGPT API to build bots. Moreover, Slack has announced the offical ChatGPT app.

A simple ChatGPT bot for Slack

slack_bot

What you need

Logistics

  • You will need a server with Internet access to host the backend of the bot. I'm using a Ubuntu machine.
  • You will need a ChatGPT account.
  • You will need to create a Slack app with at least the permission to write to the channels (see https://api.slack.com/authentication/basics for instructions)

Dependencies

How to run the bot

Go to code folder

cp config_template.json config.json

Add your credentials and configuration to it. Then you can fun the backend with

python app.py