[Scrapy]Line Notify 發送紅字、粗體 劉老克 上午10:55 Line, Scrapy No comments 前言 昨天架好scrapydweb,能夠自動排程去爬蟲了。 今天就把之前一直要寫的下週油價的程式寫一寫了, 很簡單,主要是用line notify發送通知。 Read More Share This: Facebook Twitter Google+ Stumble Digg
[MSSQL] 使用LineNotify發送通知 劉老克 下午2:48 Line, MS SQL 7 comments 同事寫出來的,掛在stored procedure 下, 發送line 通知使用。 我也不知道他從哪些網頁參考出來的XD 取得token的方式,可參考前面文章 快速使用Line Notify 簡單說明 @token 就是對方的token @msg就是內容 Read More Share This: Facebook Twitter Google+ Stumble Digg
發佈程式到Heroku 劉老克 上午9:42 網站心得, Line No comments 第一步,先用命令提示字元切到你要發佈的資料夾底下 Heroku login 登入 git add . 加入版更到git git commit –m “備註” git push heroku master 發佈 Read More Share This: Facebook Twitter Google+ Stumble Digg
Line Notify 抓取對方的token 劉老克 凌晨2:32 Line No comments 上一篇寫到 快速使用Line Notify 這個只能丟給自己happy一下 現在要取得路人甲的token 首先要幾個東西 1.https的加密網頁 ,如果沒有的話 請去申請 heroku 2.要有GIT ,沒有的話等等下面的heroku的CLI裡面就有了,可以一起安裝。 Read More Share This: Facebook Twitter Google+ Stumble Digg
快速使用Line Notify 劉老克 晚上11:47 Line No comments 先簡單分辨一下 Line Notify 跟 Line Bot的差別,如要看其他功能,請參考 Line Notify(API) Line BOT(Messaging API) 無法互動 可互動 免費使用API要錢(連結) 可申請測試 文章開始, 這篇就跟標題一樣,快速建立一個訊息發送到自己的LINE用。 文章是 參考 這篇 2019/04/10 《補充》 要換行的話,輸入 %0D%0A 1.申請 Line Notify https://notify-bot.line.me/zh_TW/ Read More Share This: Facebook Twitter Google+ Stumble Digg