Skip to content

avery100/chatgpt-slack-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

chatgpt-slack-bot

Slack bot which interacts with ChatGPT.

How to install

  • Watch the following Tech with Tim tutorials, Part 1 to find out how to install python, the NGROK proxy and the Slack python modules. Watch Part 2 and Part 3 for the Slack Bot Code.

  • Install Flask and playwright. (playwright will ask you to "playwright install" once after actual install)

  • Check out Taranjeet Singh's chatgpt-whatsapp-bot repo and Daniel Gross's whatsapp-gpt repo for more info.

  • Pay attention to this code, its very important due to Slacks 3 second limit on response time.

  • Once everything is installed and configured, the order of initialization is:

    1. Start NGROK
    2. run the bot.py file - I use VS Code with the Python and Code Runner Extensions.
    3. update your Slack app's Slack Endpoints with the NGROK base URL on api.slack.com
    4. Chat the bot in Slack.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages