evex-dev / linejs

LINEJS is a JavaScript library for creating a LINE SelfBot.
https://linejs.evex.land
MIT License
54 stars 18 forks source link
javascript line linejs selfbot-line

LINEJS

JSR JSR Score JSR Scope release workflow\

LINEJS
LINEJS is a JavaScript library for creating a LINE SelfBot.

❓ Question: Join our Discord community
πŸ“š Documentation: Check out the full documentation

Installation

Supports all runtimes (Node.js, Deno, and Bun) and Typescript.

npx jsr add @evex/linejs
bunx --bun jsr add @evex/linejs
deno add @evex/linejs
Documentation is https://linejs.evex.land

Browser Support

For now, please use "https://esm.sh/jsr/@evex/linejs".

LINEJS Types

Please see @evex/linejs-types.\ In short, TypeScript types and enums (such as ReactionType (0, 1, 2, 3), MessageType, etc.) are provided.

Provided Packages

Authors