All Projects → carpedm20 → Line

carpedm20 / Line

Licence: other
May the LINE be with you...

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Line

CartoLineGen
QGIS plugin to simplify and smooth lines for a given map scale.
Stars: ✭ 18 (-97.71%)
Mutual labels:  line
Line Bot Sdk Ruby
LINE Messaging API SDK for Ruby
Stars: ✭ 425 (-45.93%)
Mutual labels:  line
Line Bot Sdk Go
LINE Messaging API SDK for Go
Stars: ✭ 654 (-16.79%)
Mutual labels:  line
bot-php
Bot line PHP
Stars: ✭ 25 (-96.82%)
Mutual labels:  line
Bottender
⚡️ A framework for building conversational user interfaces.
Stars: ✭ 3,803 (+383.84%)
Mutual labels:  line
Sns auth
通用第三方登录SDK,支持微信,微信扫码,QQ,微博登录,支付宝登录,Facebook,Line,Twitter,Google
Stars: ✭ 520 (-33.84%)
Mutual labels:  line
SVG-Line-Morphing-Transition
Interactive SVG line as button's indicator
Stars: ✭ 57 (-92.75%)
Mutual labels:  line
Integrations
Connect your App to Multiple Messaging Channels with the W3C Open standard.
Stars: ✭ 721 (-8.27%)
Mutual labels:  line
Unifiedmessagerelay
Group Message Forward Framework (supports QQ Telegram Line Discord)
Stars: ✭ 363 (-53.82%)
Mutual labels:  line
Graph2vec
A parallel implementation of "graph2vec: Learning Distributed Representations of Graphs" (MLGWorkshop 2017).
Stars: ✭ 605 (-23.03%)
Mutual labels:  line
Line Bot Tutorial
line-bot-tutorial use python flask
Stars: ✭ 267 (-66.03%)
Mutual labels:  line
Hxcharts
📊 Chart for iOS 仪表盘、柱状图、圆形图、折线图、环形图
Stars: ✭ 301 (-61.7%)
Mutual labels:  line
Wavelineview
A memory-friendly recording wave animation一款性能内存友好的录音波浪动画
Stars: ✭ 597 (-24.05%)
Mutual labels:  line
react-native-tcharts
基于React Native ART的图表组件库
Stars: ✭ 25 (-96.82%)
Mutual labels:  line
Line Bot Sdk Nodejs
LINE Messaging API SDK for Node.js
Stars: ✭ 683 (-13.1%)
Mutual labels:  line
messaging-apis
Messaging APIs for multi-platform
Stars: ✭ 1,759 (+123.79%)
Mutual labels:  line
Line Bot Sdk Java
LINE Messaging API SDK for Java
Stars: ✭ 484 (-38.42%)
Mutual labels:  line
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (-7.51%)
Mutual labels:  line
Line Sdk Ios Swift
Provides a modern way of implementing LINE APIs.
Stars: ✭ 702 (-10.69%)
Mutual labels:  line
Line Bot Sdk Php
LINE Messaging API SDK for PHP
Stars: ✭ 601 (-23.54%)
Mutual labels:  line

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].