-
LINE botの衝撃の事実
無料で1ヶ月1000回無料で飛ばせると思ってたけど、実は1000回ではなく1000人に周知したら終わる状況だった。
SPOTTOはぽのちゃんを除き35人いるので、1回の通知で35人に周知したことになっていて、実質月に28回しか通知飛ばせない状況でした^q^
![image](https://user-images.githubusercontent.com/…
-
#Question : Is there any way to Call Push Messages from Website POST Request
## Description
I am trying to call the `push_message` function in my Django project when a POST request is made t…
-
When I reply with carousel template, I found in V3 api won't work, and give folloing error code:
> linebot.v3.messaging.exceptions.ApiException: (400)
> Reason: Bad Request
> HTTP response header…
thkaw updated
4 months ago
-
## System Informations
* Python version: 3.8
* SDK version: 3.5.0
* OS: linux
## Expaination
I tried to run flask-kitchensink [demo](https://github.com/line/line-bot-sdk-python/tree/master/ex…
-
checkbox付きなので終わったらcheckをつけて行いってください
わからないことや発見などはコメントで残すこと
- [x] 取得する方法を調べる
- [x] 課題一覧情報を取得する
- [x] 配列などに格納し、値を利用できる状態にする
-
-
■やること
- [x] Function(Timer Trigger)作成
- [x] SDK を利用して、ブロードキャストメッセージ送信を実現
■func-kawai-test-japaneast-001にて作成
-
## 提交連結
## 程式碼
from flask import Flask, request, abort
from linebot import (
LineBotApi, WebhookHandler
)
from linebot.exceptions import (
InvalidSignatureError
)
from lineb…
-
I am trying to build a bot that can receive POST requests and then broadcast that requests data through `line_bot_api.broadcast()`. But when I sent the requests, the `broadcast()` function does not se…
-
## 提交連結
## 程式碼
```python
from flask import Flask, request, abort
from linebot import (
LineBotApi, WebhookHandler
)
from linebot.exceptions import (
InvalidSignatureError…