Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 610 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 610 Bytes

LINE Messaging's private API

Homepage: https://github.com/fadhiilrachman/line-py

The linepy module only requires Python 3

Installation is simple. It can be installed from pip using the following command:

$ pip install linepy

Or from the terminal:

$ python setup.py install
>>> from linepy import *
>>> line = LINE('EMAIL', 'PASSWORD')
>>> line.log("Auth Token : " + str(line.authToken))

All examples can be found here.