Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 394 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 394 Bytes

line4py

Installtion from PyPI

pip install line4py

Installtion from GitHub

pip install git+ssh://[email protected]/7rs/line4py.git@master

Usage

from line4py import Client, ApplicationType

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