line-bot-sdk-python icon indicating copy to clipboard operation
line-bot-sdk-python copied to clipboard

LINE Messaging API SDK for Python

Results 13 line-bot-sdk-python issues
Sort by recently updated
recently updated
newest added

The examples is too less, it is just an echo example, I want to see the handler to handle async function using fastapi method, I don't want my bot script...

enhancement

This is my code. ``` flex_contents = { "type": "bubble", "size": "kilo", "body": { "type": "box", "layout": "vertical", "contents": [ { "type": "image", "url": "https://i.ibb.co/RS03zgJ/ezgif-com-gif-maker-1.png", "size": "full", "aspectMode": "cover", "animated":...

question

Add the switcher `use_raw_message` to `linebot.WebhookHandler.handle` to decide the Message attribute names format This enhancement could resolve the issue https://github.com/line/line-bot-sdk-python/issues/249

enhancement

News: https://developers.line.biz/en/news/2020/08/04/messaging-api-update-august-2020/ - [x] [Unsend event has been added](https://developers.line.biz/en/reference/messaging-api/#unsend-event) - [x] [Video viewing complete event has been added](https://developers.line.biz/en/reference/messaging-api/#video-viewing-complete) - [ ] [The audiences property is now optional instead of required...

## Problem what `__repr__` show ![Screenshot 2020-03-25 at 11 19 43 PM](https://user-images.githubusercontent.com/8089231/77559759-224e0900-6eef-11ea-8ffc-37360c2c4da6.png) what I expect ```python event.message["fileName"] # or event.message.fileName ``` but this is what to code ```python event.message.file_name ```...

enhancement

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/line/line-bot-sdk-python). ## Ignored or Blocked These are blocked...

keep

pydantic v2 is not backward compatible. We need to upgrade it.

enhancement

I'm trying to refactor my code from version 2 to version 3. However, when I attempt to set the rich menu menu image, I can't find a function equivalent to...

question
keep

Currently I am using the latest version of the SDK Try to create uri in ButtonsTemplate Currently trying to create this URL 「 https://www.dcard.tw/@superbook.apk 」 {"message": "invalid uri", "property": "template/actions/2/uri"}],...

question

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 headers: HTTPHeaderDict({'Server':...

question