Skip to content

xxtomm/linejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LINEJS

JSR JSR Score JSR Scope release workflow

LINEJS

LINEJS is a JavaScript library for creating a LINE SelfBot.
❓ Question: Join our Discord community

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

Provided Packages

  • client - (@evex/linejs) or (@evex/linejs/client)
    • Client - LINE SelfBot Client
  • utils - (@evex/linejs/utils)
    • LINE_SCHEME - LINE Scheme utility
    • LINE_OBS - LINE OBS utility
    • LINE_REGEX - LINE URI Regex utility
    • LINE_FUNCTIONS - LINE Function utility (search openchat, ticket to emid, etc...)
  • storage - (@evex/linejs/storage)
    • BaseStorage - LINE Client Base Storage
    • MemoryStorage - LINE Client Memory Storage
    • FileStorage - LINE Client File Storage
  • types - (@evex/linejs/types)
    • All Types for LINE

Authors

About

LINEJS is a JavaScript library for creating a LINE SelfBot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.8%
  • TypeScript 32.6%
  • CSS 15.9%
  • Thrift 14.3%
  • HTML 0.4%