This project implements a QR code-based login system for LINE using their Thrift API. It provides a simple way to authenticate with LINE using QR codes and PIN verification.
- 📱 QR Code Generation and Display in Console
- 🔒 Certificate-based Authentication
- 🔑 PIN Code Verification
- 🛡️ Secure E2EE Implementation
- 🎨 Colorized Console Output
pip install -r requirements.txtfrom qrloginv3.qr import LineQrLogin
# Initialize the login manager
login_manager = LineQrLogin()
# Start the login process
login_manager.start_login_process()- Clone the repository:
git clone https://github.com/CyberTKR/qrLoginV3.git
cd qrLoginV3- Install dependencies:
pip install -r requirements.txt- Creates a session with LINE servers
- Generates a QR code for scanning
- Waits for QR code verification
- Handles certificate verification
- Falls back to PIN verification if needed
- Completes login process
MIT License
