Skip to main content

LINE Unofficial Python Library with Asyncio support and C++ Binding

Project description

AsyncLine
Line Messaging API for Python
PyPi Releases Community

Python . License . Build . Version

Important

Please be warned: AsyncLine is in a very early beta. You will encounter bugs when using it. In addition, there are very many rough edges. With that said, please try it out in your applications: I need your feedback to fix the bugs and file down the rough edges.

Features

  • Fully Asynchronously
  • Safe-Thread thrift
  • Slightly faster (make it sure)
  • Easy to use
  • Documented
  • Type-hint everywhere

Installation

  • pip3 install AsyncLine --upgrade

or clone this repository

  1. git clone https://github.com/dyseo/AsyncLine
  2. cd AsyncLine
  3. pip3 install -r requirements.txt

Simple usage

from AsyncLine import LineNext
import asyncio

client = LineNext('ios')
client.login(name='your session name')

#Run bot
client.poll.streams()

Please read Example for more detail about usage this lib

Author

Dyseo / Line

Base Source

Asynz / Anysz

Getting Error

Issues always open for this

License

AsyncLine - Unofficially API Client library for Python

A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

AsyncLine is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AsyncLine-1.5.8.5.tar.gz (280.8 kB view hashes)

Uploaded Source

Built Distribution

AsyncLine-1.5.8.5-py3-none-any.whl (295.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page