Skip to content

CyberTKR/qrLoginV3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINE QR Login 🔐

Python LINE GitHub stars

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.

✨ Features

  • 📱 QR Code Generation and Display in Console
  • 🔒 Certificate-based Authentication
  • 🔑 PIN Code Verification
  • 🛡️ Secure E2EE Implementation
  • 🎨 Colorized Console Output

📋 Requirements

pip install -r requirements.txt

🚀 Usage

from qrloginv3.qr import LineQrLogin

# Initialize the login manager
login_manager = LineQrLogin()

# Start the login process
login_manager.start_login_process()

💻 Installation

  1. Clone the repository:
git clone https://github.com/CyberTKR/qrLoginV3.git
cd qrLoginV3
  1. Install dependencies:
pip install -r requirements.txt

🔄 How it works

  1. Creates a session with LINE servers
  2. Generates a QR code for scanning
  3. Waits for QR code verification
  4. Handles certificate verification
  5. Falls back to PIN verification if needed
  6. Completes login process

📞 Contact & Social Media

Connect with me:

LINE YouTube

📄 License

MIT License

About

LINE SecondaryQrCodeLoginV3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages