iT邦幫忙

0

[Python] Line Notify Emoji

  • 分享至 

  • xImage

想在Line Notify通知增加Emoji符號,但測試Emoji符號一直傳送失敗,還請高手們指點。

    def lineMessage(self, msg):
        p1 = {"message": msg, "stickerPackageId": 2, "stickerId": 520}   
        p2 = {"message":{
            "type": "text",
            "text": "$ LINE emoji $",
            "emojis": [
                {
                "index": 0,
                "productId": "5ac1bfd5040ab15980c9b435",
                "emojiId": "001"
                }
            ]
        }}
        r1 = requests.post(self.url, headers = self.headers, params = p1)
        r2 = requests.post(self.url, headers = self.headers, params = p2)
        return r1.status_code+ r2.status_code
看更多先前的討論...收起先前的討論...
看你的方式也沒有錯誤.有什麼錯誤訊息?
line bot 上面可以使用不代表在 line notify 上可以使用八
ty201457 iT邦新手 5 級 ‧ 2021-06-16 23:41:02 檢舉
嗨 屠大~其實沒有錯誤訊息,line notify有正常發出來,不過他似乎真的是個json格式在吃訊息,訊息如下,

【Yuchi.LineNotify】 type,text,emojis
ty201457 iT邦新手 5 級 ‧ 2021-06-16 23:44:39 檢舉
linebot有看到相關的文章,但其實只是好奇想嘗試在notify上也做做看,用一些emoji圖案取代掉繁瑣的文字,結果就卡住了。
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友回答

立即登入回答