台股機器人,快速取得個股及大盤即時走勢、近期 K 線、相關新聞、盤後資料等,讓你在各種不方便打開充滿高對比紅綠黑看盤軟體的場合 (如擁擠的捷運上或辦公室而且老闆坐你後面) 也能掌握即時報價資訊。
@tw_stock_telegram_bot
https://t.me/tw_stock_telegram_bot
(學術研究開發測試使用,不提供 24/7 不中斷服務,亦不保證資料之正確性)
請先找到 @BotFather
建立新的 Bot 取得 API token,並啟用 inline mode 以及設定 commands (/setcommands
)
git clone https://github.com/x3388638/tw-stock-telegram-bot.git
cd tw-stock-telegram-bot
cp config.js.example config.js
# 將 Bot API token 填入 config.js 中 `botToken`
npm run build
npm start
或
npm install
npm run dev:watch
https://devcenter.heroku.com/articles/container-registry-and-runtime#getting-started
Install the Heroku CLI
Download and install the Heroku CLI.
If you haven't already, log in to your Heroku account and follow the prompts to create a new SSH public key.
$ heroku login
You must have Docker set up locally to continue. You should see output when you run this command.
$ docker ps
Now you can sign into Container Registry.
$ heroku container:login
Build the Dockerfile in the current directory and push the Docker image.
$ heroku container:push web
Release the newly pushed images to deploy your app.
$ heroku container:release web
- 盤後資料的外資買賣超、投信買賣超會失敗
- K 線圖資料缺漏 (原始資料問題)
- 開盤前試撮資料顯示問題
MIT