LINE icon indicating copy to clipboard operation
LINE copied to clipboard

May the LINE be with you...

Results 99 LINE issues
Sort by recently updated
recently updated
newest added

>>> from line import LINEClient, LineGroup, LineContact Traceback (most recent call last): File "", line 1, in File "//anaconda/lib/python3.6/site-packages/line/__init__.py", line 11, in from .client import LineClient File "//anaconda/lib/python3.6/site-packages/line/client.py", line 516...

I made an echo bot using by client.longPoll() function, but I just got an "account banned" in a few minute.

As if Line gonna block user about 300 minute. How to it work !

Is it possible to search for a user by phone number? In the code, there is a method (_findAndAddContactByPhone(phone="xxxxx")), but when using it gives an error. Do I understand correctly...

help wanted

``` LineMessage (contentType=NONE, sender=None, receiver=, msg="Ez fite ez life") ``` This appears to be related to the person in the group being added as a contact or not.

There seems to be a typo in findAndAddContactByXXX ``` Python 2.7.10 (default, Jan 10 2016, 14:48:07) [GCC 4.8.4] on linux2 Type "help", "copyright", "credits" or "license" for more information. __>...

Unless sending a image otherwise the send messages won't show or get notification at remote(the other side)! Does someone also occur the same problem?

Hi Dear i want to send message in Thai language when send message is ??????????? thank.

Now I can login via this library successfully, but I will always receive the message every time I login. I think maybe the `version` in `api.py` should be updated to...

``` $ pip install line # line-0.8.0 $ ipython In [1]: from line import LineClient, LineGroup, LineContact In [2]: client = LineClient('ID', 'PASS') Enter PinCode '1234' to your mobile phone...