Skip to content

devconcert/LINE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTICE (2014-08-04)

I finished to write a POC code and ready to write this LINE library, but I have a lot of works to do these days.. so it might take some time to finish this library..

Therefore, I uploaded poc.py for someone who wants to play with LINE ASAP! Just edit the POC code and enojoy it before I finish this LINE library~

Read the instruction of poc.py be fore you test the code!

May the LINE be with you...

by carpedm20

ps. this code was inspired from here

LINE

PyPi version PyPi downloads

May the LINE be with you...

>>> from line import LineClient
>>> l=LineClient(YOUR_ID, YOUR_PASSWORD);

Installing

  1. using pip: (Not working right now)

    $ pip install line

  2. using easy_install: (Not working right now)

    $ easy_install line

  3. using git: (Not working right now)

    $ git clone git:https://github.com/carpedm20/line.git $ cd line $ python setup.py install

Using

First, you need to create a LineClinet object with YOUR_ID and YOUR_PASSWORD

>>> from line import LineClient
>>> li = LineClient(YOUR_ID, YOUR_PASSWORD)

Screenshot

alt_tag

License

Source codes are distributed under BSD license.

Author

Taehoon Kim / @carpedm20

About

May the LINE be with you...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages