All Projects → fadhiilrachman → Line Py

fadhiilrachman / Line Py

Licence: bsd-3-clause
LINE Messaging's private API

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Line Py

Magane
Bringing LINE's sticker to Discord in a chaotic way.
Stars: ✭ 81 (-61.79%)
Mutual labels:  line
Messaging Apis
Messaging APIs for multi-platform
Stars: ✭ 1,754 (+727.36%)
Mutual labels:  line
Android Linechart
📈一个简单的折线,贝塞尔曲线图表控件,高度可扩展,支持动态显示。
Stars: ✭ 157 (-25.94%)
Mutual labels:  line
Linesimulator
LINESimulator
Stars: ✭ 103 (-51.42%)
Mutual labels:  line
Line Liff Starter
This is a small web application that demonstrates the basic functionality of the LINE Front-end Framework (LIFF).
Stars: ✭ 129 (-39.15%)
Mutual labels:  line
Claudia Bot Builder
Create chat bots for Facebook Messenger, Slack, Amazon Alexa, Skype, Telegram, Viber, Line, GroupMe, Kik and Twilio and deploy to AWS Lambda in minutes
Stars: ✭ 1,717 (+709.91%)
Mutual labels:  line
Line Bot Sdk Python
LINE Messaging API SDK for Python
Stars: ✭ 1,198 (+465.09%)
Mutual labels:  line
Linebot
🤖 SDK for the LINE Messaging API for Node.js
Stars: ✭ 184 (-13.21%)
Mutual labels:  line
Progress
基于Vue 2.x 的进度条,支持直线和环形(顺时针和逆时针)。Vue-based progress component, support line and circle(clockwise or couterclockwise).
Stars: ✭ 130 (-38.68%)
Mutual labels:  line
Linebottemplate
A simple Golang LINE bot Template and tutorial how to setup on Heroku for LINE bot API
Stars: ✭ 156 (-26.42%)
Mutual labels:  line
Three.meshline
Mesh replacement for THREE.Line
Stars: ✭ 1,644 (+675.47%)
Mutual labels:  line
Bash Argsparse
An high level argument parsing library for bash
Stars: ✭ 128 (-39.62%)
Mutual labels:  line
Simple Line Icons
Simple and Minimal Line Icons
Stars: ✭ 1,815 (+756.13%)
Mutual labels:  line
Gql
Very simple CLI for many GraphQL schemas in the cloud. Provides autocompletion for GraphQL queries
Stars: ✭ 101 (-52.36%)
Mutual labels:  line
Telegram link line
用Telegram來收發Line的訊息,use telegram to Send and receive messages(from Line)。 或者把它當作Line的訊息備份也是可啦 😛
Stars: ✭ 164 (-22.64%)
Mutual labels:  line
React Native Line
Line SDK wrapper for React Native 🚀
Stars: ✭ 80 (-62.26%)
Mutual labels:  line
Simplecli
Command Line Interface Library for Arduino
Stars: ✭ 135 (-36.32%)
Mutual labels:  line
L7
🌎 Large-scale WebGL-powered Geospatial Data Visualization analysis framework which relies on Mapbox GL or AMap to render basemaps.
Stars: ✭ 2,517 (+1087.26%)
Mutual labels:  line
Line Bot Tutorial
Line bot tutorial.
Stars: ✭ 181 (-14.62%)
Mutual labels:  line
Graphembedding
Implementation and experiments of graph embedding algorithms.
Stars: ✭ 2,461 (+1060.85%)
Mutual labels:  line

logo LINE Python

Version 3.0.8 LICENSE Supported python versions: 3.x Chat on Discord

LINE Messaging's private API


Requirement

The linepy module only requires Python 3. You can download from here.

Installation

Installation is simple. It can be installed from pip using the following command:

$ pip install linepy

Or from the code:

$ python setup.py install

Usage

>>> from linepy import *
>>> line = LINE('EMAIL', 'PASSWORD')
>>> line.log("Auth Token : " + str(line.authToken))

Examples

All examples can be found here.

Updates

From pip using the following command:

$ pip install linepy --upgrade

Author

Fadhiil Rachman / @fadhiilrachman

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].