May the LINE be with you...
Project description
LINE
Documentation : http://carpedm20.github.io/line/
Developer Mailing List: Google Group
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
Project details
Release history Release notifications | RSS feed
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.6.7.tar.gz
(11.9 kB
view details)
File details
Details for the file line-0.6.7.tar.gz.
File metadata
- Download URL: line-0.6.7.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f434f77e736d44b05c87e55c945668a4cf0cc788997c94f6b2b9d67b49cf10fd
|
|
| MD5 |
8c8b8d617fad4f01f9119b80d784b29e
|
|
| BLAKE2b-256 |
cd4d25fca9e3cb5c7f60ba1e503d98b3cea5f3bfa9dab49454be8b65bf8506f6
|