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.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.1.tar.gz
(11.6 kB
view details)
File details
Details for the file line-0.6.1.tar.gz.
File metadata
- Download URL: line-0.6.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51828e1a965a7d6cacf2b2cebcb2f253e4d1653bb34b932c9c35cff414ca175f
|
|
| MD5 |
bbad1656a113a96a6241c9ab5ce7a89d
|
|
| BLAKE2b-256 |
42507a9d58d248bb90040f9a6f5c0e7249ee1c71b0b0085c081ff1bf0728b5a1
|