Skip to main content

May the LINE be with you...

Project description

LINE

Join the chat at https://gitter.im/carpedm20/LINE

May the LINE be with you…

Update

2015.05.28

sendImage and sendImageWithURL is fixed.

To send an Image:

>>> contact = client.contacts[0]
>>> contact.sendImage('./image.jpg')

Or use:

>>> contact = client.contacts[0]
>>> contact.sendImageWithURL('https://avatars3.githubusercontent.com/u/3346407?v=3&s=460')

2015.03.31

authToken expiration issue solved.

update authToken automatically:

$ pip install line --upgrade

There is nothing to change in your original code.

update authToken manually:

$ pip install line --upgrade
$ python
>>> 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](http://carpedm20.github.io/about/)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

line-0.8.0.tar.gz (12.7 kB view details)

Uploaded Source

File details

Details for the file line-0.8.0.tar.gz.

File metadata

  • Download URL: line-0.8.0.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for line-0.8.0.tar.gz
Algorithm Hash digest
SHA256 20b3bdde35e759f91d60e24d05a86b7e2dbfe3cec2d1d6c6b12320ad59913096
MD5 aaff8a531173437a28a86a1fa0d46b38
BLAKE2b-256 1c4754721dc96414fd5b19cb3b257e0543abeb78edb402a9dc563123eeab1f43

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page