line 0.8.2
pip install line
Released:
May the LINE be with you...
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD License)
- Author: Taehoon Kim
- Tags line
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Author
Taehoon Kim / [@carpedm20](http://carpedm20.github.io/about/)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD License)
- Author: Taehoon Kim
- Tags line
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
File details
Details for the file line-0.8.2.tar.gz
.
File metadata
- Download URL: line-0.8.2.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb981adae531e2925a3d4a549be1667b8f51a55c5c391f4eac950451262d7b80 |
|
MD5 | fef7322e3393b7c736478fb47dc0a038 |
|
BLAKE2b-256 | 1d53d026c2fc10d7ee821bc457c994d4d59f9da664c1b6e4ea3fab8abad7ad68 |