LINE's selfbot libraries written in NodeJS.
Latest Version: LINEJS (E2EE Supported)
Please note that this project is not heavily maintained and some functions are not tested yet.
npm install node-linejsMore examples can be found here
const{ Client }=require('node-linejs');constbot=newClient();bot.on('ready',()=>{console.log('Logged in as '+bot.user.displayName)})bot.on('message',(message)=>{if(message.author.id==bot.user.id)return;if(message.content=='ping'){returnmessage.channel.send('pong')}})bot.login()crash-override404/linepy-modified
This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.
