LINE Messaging's private API
The linepy module only requires Python 2.7, or Python 3. You can download from here.
Installation is simple. It can be installed from pip using the following command:
$ pip install linepyOr from the code:
$ python setup.py install>>> from linepy import *
>>> client = LineClient()
>>> client.log("Auth Token : " + str(client.authToken))All examples can be found here.
From pip using the following command:
$ pip install linepy --upgrade2017.10.23
- Improve multi login from instance LineClient
- QR login now showing QR ASCII from terminal with PyQRCode
- Now you can send media (image, video, audio, file) with URL
- Implement LINE Timeline
2017.10.16
Initial release
Fadhiil Rachman / @fadhiilrachman
