evex-dev / linejs

LINEJS is a JavaScript library for creating a LINE SelfBot.
https://linejs.evex.land
MIT License
42 stars 14 forks source link

feat: transplant everything that can be done in CHRLINE. #11

Open EdamAme-x opened 2 weeks ago

EdamAme-x commented 2 weeks ago

What's your idea?

as title. If you think missing this function. If you think it is, please send me a request!

fckveza commented 2 weeks ago

This is a very good project, it's been a long time since anyone made a repository like this using JAVASCRIPT, for line bots.

EdamAme-x commented 2 weeks ago

Thanks bro

fckveza commented 2 weeks ago

I want to try it bro, please add /RE4 endpoint for RelationService [getContactsV3 ,addFriend] @EdamAme-x

EdamAme-x commented 2 weeks ago

Ok, I will investigate.

fckveza commented 2 weeks ago

Ok, I will investigate.

Thanks bro.. Can I ask for your LINE ID?

EdamAme-x commented 2 weeks ago

Can you please use Discord because I only have LINE account for experiments and a real one? Sry. https://discord.gg/evex

EdamAme-x commented 2 weeks ago

I'll add its method. but, getContactV3 and so on is breaking method. I'm fixing it

fakefate14 commented 2 weeks ago

Thanks for awesome project ❤️

I have issue about getAllChatMids ,As below code it's alway response : {}

client.getAllChatMids().then(data => { console.log(data) })

what is my mistake Thank you in advance.

EdamAme-x commented 2 weeks ago

Thanks for your report. It appears that getAllChatMids() has a limitation. I will try to see if I can deal with this.

EdamAme-x commented 2 weeks ago

Hello @fakefate14 getAllChatMids() is fixed by @piloking

fakefate14 commented 2 weeks ago

Thank you so muchhh ❤️ @EdamAme-x @piloking

fckveza commented 1 week ago

I'll add its method. but, getContactV3 and so on is breaking method. I'm fixing it

Bro we need to use /PUSH for sync operation, like chrline

EdamAme-x commented 1 week ago

I'll try.

fakefate14 commented 1 week ago

Hi @EdamAme-x
could you please add getServerTime() function on next V2 Thank you

EdamAme-x commented 1 week ago

Sure

fckveza commented 1 week ago

bor @EdamAme-x response AcceptChatInvitation but returned AcceptChatInvitationByTicketResponse

Screenshot 2024-09-21 at 02 29 35

EdamAme-x commented 1 week ago

I'll check

EdamAme-x commented 1 week ago

some bugs/feats fixed and released by https://github.com/evex-dev/linejs/releases/tag/1.4.0

ak47dev commented 5 days ago

client.on("message", (message) => { const text = message.content; if (text === "!ping") { message.reply("pong!"); } });

node_modules/@evex/linejs/client/clients/e2ee/index.js:327 throw new Error(Not support E2EE on ${to}); ^ Error: Not support E2EE on u085311ecd9e3e3d74ae4c9f5437cbcb5

Hello, how can I solve this problem? Thank you.

EdamAme-x commented 5 days ago

Your account is not in a condition to use E2EE. More detailed support: discord.gg/evex