> For the complete documentation index, see [llms.txt](https://qiu-yan-ming.gitbook.io/python-chatbot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qiu-yan-ming.gitbook.io/python-chatbot/line-developer-webhook-ding.md).

# LINE Developer Webhook設定

登入LineDeveloper後台\
<https://developers.line.me/console>

登入後點到你的LINE BOT設定頁面

![將Use webhooks設定為enabled](/files/-LQSvzzIKHv51xWgPgSi)

現在來看一下我們Webhook URL設定的部分

設定LINE Webhook URL有幾個要求\
1\. 必須使用SSL (https)\
2\. 必須有domain name(域名)

而這個我們在開發階段都沒有\
唯一有的可能只有 <http://127.0.0.1:5000/> 吧\
繼續看下去吧 下一篇將配合使用ngrok來將我們的local server放到外網並且擁有https
