line-py icon indicating copy to clipboard operation
line-py copied to clipboard

LINE Messaging's private API

Results 44 line-py issues
Sort by recently updated
recently updated
newest added

I have this setup with 5 bots to protect a group. If for some reason the first bot (cl) is no in the group, nothing is read and protection is...

I did everything correct and this pops up " /usr/local/lib/python3.7/site-packages/livejson.py:129: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collec tions.abc' is deprecated, and in 3.8 it will...

Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 3.4.2 to 4.7. Changelog Sourced from rsa's changelog. Version 4.7 - released 2021-01-10 Fix #165: CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code Add padding...

dependencies

Cannot login using token How exactly i should do? Code: Feadback:

Hi is there any way to connect multiple bot in 1 program and the receive the event for each of them? atm i receive only the events for the last...

因連線失敗,導致無法發送訊息, 刪除應用程式後,重新登入發現彈出"認證操作暫時受到系統限制請稍後再試"視窗, 目前此狀況維持了一週。

I used echobot.py, after running I got exception. akad.ttypes.TalkException: TalkException(reason='blocked user', code=35, parameterMap=None) What does it mean? What should I do to make it work? Thank you

I can't get this function to work ``` settings = client.getSettings() if settings.e2eeEnable == True: settings.e2eeEnable = False client.updateSettings(settings) ``` Traceback (most recent call last): File "/home/centos/line-1/sentinel3.py", line 104, in...