Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Currency bot using Line API. Users can easily calculate local currency prices when shopping abroad.

License

NotificationsYou must be signed in to change notification settings

mmqnym/Currency-Bot-using-Line-API

Repository files navigation

此機器人主要提供匯率轉換功能,使用的是台灣銀行官網資料,每2小時更新一次。


Technology

核心使用技術

thread的方式,每2小時利用pandasreadhtml()讀取匯率資料,main-thread運行機器人主體,並會針對使用者作jieba分詞以及詞彙替換,讓使用者不必刻意按照特定的指令格式也可以用簡單的方式取得匯率換算,尾巴加上$即可取得美元價格。

範例:

1234 AUD=, 1234 澳幣=, 1234澳元=$

另外也可以使用連加功能類似購物車的方式輸入。


1234 + 2234 + 3234 + 韓元=, 100 + 200 + 300KRW=$。

針對無意義運算例如台幣換台幣是有設置小彩蛋的歐!


Demo

主頁

info


聊天室

help


天氣

info


筆記本

info


匯率功能

demo.mp4

Set up

pip install -r requirements.txt

configs_.json更名為configs.json,之後寫入下方教學告知如何取得的參數,請勿直接照下方教學的方式將任何密鑰直接寫入settings.py,除非你知道風險以及知道怎麼做。

{"SECRET_KEY":"","LINE_CHANNEL_ACCESS_TOKEN":"","LINE_CHANNEL_SECRET":"","ALLOWED_HOSTS": []}

其餘步驟請參考Line Bot 教學,因為還需要API KEY、Webhook URL、Secret KEY...等,內有詳細建置說明。


Room for Improvement

將原本的同步伺服器架構改為非同步。

開發此機器人時,本人還是個python初學者,現在有能力將機器人改以非同步的架構運行,打算利用本庫的開發者可以考慮更改架構以促進效能,特別是爬蟲改以pyppeteer運行能大幅提高速度,前提是必須使用非同步伺服器架構。


Reference


License

MIT

About

Currency bot using Line API. Users can easily calculate local currency prices when shopping abroad.

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp