WEDeach / CHRLINE-Patch

LINE Chrome API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LINE DemoS Bot - CHRLINE API

logo

What's up

Since CHRLINE has been archived, I will update it in my own name as CHRLINE-Patch

What is my original intention?

CHRLINE is supposed to be a library for debugging But as time went by, many users began to ask questions about risk control and API service restrictions, which means it could be used for any business activity. Finally, I decided not to update CHRLINE after 2023/09/19 And archived the library on 11/20 of the same year

So why?

This is not CHRLINE, this is CHRLINE-Patch So I think I'll keep updating it :)


What is CHRLINE?
It is LINE Chrome API, just for debug

If you can help update this project,
Welcome join our Discord

About Project

This project is for debug only, because it does not use thrift

So I don't recommend you to use this to run the bot, even if it has many functions

What can it do?

If you have a certain degree of understanding of Line thrift, then you must have heard of TMoreCompact
But for most people, it is difficult to decompile TMoreCompact, even if it has lower confusion in some version
But if you can use this project to understand the differences in LINE thrift

TMoreCompactProtocol

We added the simple function of TMoreCompact for the first time on 26 May
And added TMoreCompact to the development version at Jul 8
It's based on the thrift of the LINE Android version
Its purpose is to effectively compress mid (32 bytes) to 16 bytes

Example

Requirement

  • Python 3.6
    • pycrypto
    • pycryptodome
    • xxhash
    • httpx[http2]
    • gevent

Thanks

This project got their help directly/indirectly, thank them deeply

About

LINE Chrome API

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%