linepy 3.0.8

Creator: bradpython12

Last updated:

Add to Cart

Description:

linepy 3.0.8

Contents

Requirements
Installation
Usage


LINE Messaging’s private API
Homepage: https://github.com/fadhiilrachman/line-py

Requirements
The linepy module only requires Python 3


Installation
Installation is simple. It can be installed from pip using the following
command:
$ pip install linepy
Or from the terminal:
$ python setup.py install


Usage
>>> from linepy import *
>>> line = LINE('EMAIL', 'PASSWORD')
>>> line.log("Auth Token : " + str(line.authToken))
All examples can be found here.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.