https://github.com/fadhiilrachman/line-py
LINE Messaging's private API
https://github.com/fadhiilrachman/line-py
line line-bot messaging-api python
Last synced: 23 days ago
JSON representation
LINE Messaging's private API
- Host: GitHub
- URL: https://github.com/fadhiilrachman/line-py
- Owner: fadhiilrachman
- License: bsd-3-clause
- Created: 2017-10-16T02:30:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T20:36:12.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T20:05:44.037Z (about 1 month ago)
- Topics: line, line-bot, messaging-api, python
- Language: Python
- Homepage:
- Size: 515 KB
- Stars: 250
- Watchers: 30
- Forks: 144
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#  LINE Python
[](https://pypi.python.org/pypi/linepy) [](https://github.com/fadhiilrachman/line-py/blob/master/LICENSE) [](https://www.python.org/downloads/) [](https://discord.gg/JAA2uk6)
*LINE Messaging's private API*
----
## Requirement
The linepy module only requires Python 3. You can download from [here](https://www.python.org/downloads/).
## Installation
Installation is simple. It can be installed from pip using the following command:
```sh
$ pip install linepy
```
Or from the code:
```sh
$ python setup.py install
```## Usage
```python
>>> from linepy import *
>>> line = LINE('EMAIL', 'PASSWORD')
>>> line.log("Auth Token : " + str(line.authToken))
```### Examples
All examples can be found [here](https://github.com/fadhiilrachman/line-py/tree/master/examples).
## Updates
From pip using the following command:
```sh
$ pip install linepy --upgrade
```## Author
Fadhiil Rachman / [@fadhiilrachman](https://www.instagram.com/fadhiilrachman)