Skip to content

moe-desu/line-py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo LINE Python

Version 1.6.3 LICENSE Supported python versions: 2.7, 3.x Supported python versions: 2.7, 3.x

LINE Messaging's private API


Requirement

The linepy module only requires Python 2.7, or Python 3. You can download from here.

Installation

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

$ pip install linepy

Or from the code:

$ python setup.py install

Usage

>>> from linepy import *
>>> client = LineClient()
>>> client.log("Auth Token : " + str(client.authToken))

Examples

All examples can be found here.

Updates

From pip using the following command:

$ pip install linepy --upgrade

Change Log

2017.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

Author

Fadhiil Rachman / @fadhiilrachman

Special thanks

About

LINE Messaging's private API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%