Skip to content

workdd/ChatGPT_with_Slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT For SlackBot

ChatGPT기능을 가진 슬랙봇 개발 사용법 정리

1. 필수 라이브러리 설치

pip install -r requirements.txt

2. OpenAI API Key 기입

chatgpt.py

YOUR_API_KEY = '<your-openai-api-key>'

3. Slack Bot user token 기입

main.py

bot_token = "<your-slack-bot-token>"

4. 코드 실행

python main.py

About

ChatGPT for Slackbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages