Skip to content

eclairsameal/line_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINE bot

Use FastAPI to connect LINE bot to ChatGPT.

Architecture

Architecture

Development

pip install -r requirements.txt

Environment Variable

.env

LINE_CHANNEL_ACCESS_TOKEN=
LINE_CHANNEL_SECRET=
OPENAPI_KEY=

ngrok

https://ngrok.com/

  • install
brew cask install ngrok
  • run
ngrok http --authtoken [Authtoken] --host-header=rewrite 8080

ngrok

Webhook settings

Webhook settings

About

Use FastAPI to connect LINE bot to ChatGPT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages