8000 GitHub - 7rs/line4py: LINE library for Python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

7rs/line4py

Repository files navigation

line4py

Installtion from PyPI

pip install line4py

Installtion from GitHub

pip install git+ssh://git@github.com/7rs/line4py.git@master

Usage

from line4py import Client, ApplicationType

client = Client(ApplicationType.ANDROIDLITE, concurrency=30, secondary=True)
client.login_with_qrcode()
0