Skip to content

swmiu/linebot-miu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Line-bot-python-simple-starter

安裝所需要的外部模組

$ pip install line-bot-sdk flask pyquery

./ngrok http 5001

環境變數範例

請設置在 .env 檔案中

LINE_CHANNEL_SECRET=
LINE_CHANNEL_ACCESS_TOKEN=
OPENAI_API_KEY=

說明

本範例改寫於line-bot-sdk-python,較適合初次接觸聊天機器人架設的人使用。

如何安裝Git並設置Git

請至Git的官方網站下載並安裝Git

初次安裝好Git請透過終端機輸入以下指令:

git config --global user.name 你的使用者名稱
git config --global user.email 你的Email

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published