Skip to content

sysnajar/LINE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINE

PyPi version PyPi downloads PyPi status PyPi license

May the LINE be with you...

Update

2015.03.31

authToken expiration issue solved.

  1. update authToken automatically:

    $ pip install line --upgrade

  2. update authToken manually:

    $ pip install line --upgrade and

    from line import LineClient, LineGroup, LineContact client = LineClient("ID", "PASSWORD") client.updateAuthToken() # manual update True

2014.08.08

Some codes are removed because of the request of LINE corporation. You can use library only with authToken login.

Screenshot

alt_tag

Author

Taehoon Kim / @carpedm20

About

May the LINE be with you...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%