LINE Messaging's private API
The linepy module only requires Python 3. You can download from here.
Installation is simple. It can be installed from pip using the following command:
$ pip install linepy
Or from the code:
$ python setup.py install
>>> from linepy import *
>>> line = LINE('EMAIL', 'PASSWORD')
>>> line.log("Auth Token : " + str(line.authToken))
All examples can be found here.
From pip using the following command:
$ pip install linepy --upgrade
Fadhiil Rachman / @fadhiilrachman