A powerful and modular JavaScript library for creating LINE SelfBots across Node.js, Deno, and Bun. https://linejs.evex.land/
|
Discord |
|
DeepWiki |
- ❓ Question: Join our Discord community
- 📚 Documentation: Check out the full documentation
- 🤖 AI Generated Documentation: DeepWiki - LINEJS
- 🔁 LINE SelfBot functionality
- 🔌 Cross-runtime support: Node.js, Deno, Bun
- 💡 TypeScript-first with official typings
- 🧩 Modular packages for full control
Supports Node.js, Deno, Bun, and TypeScript out of the box.
# Node.js
npx jsr add @evex/linejs
# Bun
bunx --bun jsr add @evex/linejs
# Deno
deno add @evex/linejsWant to test the development version?
git clone https://github.com/evex-dev/linejs.git
cd linejs
touch main.js
deno run main.js📚 Full documentation: https://linejs.evex.land
Use the following import for browser environments:
import { Client } from "https://esm.sh/jsr/@evex/linejs";See the browser example for more details.
TypeScript types and enums like ReactionType, MessageType, etc., are
available in:
| Package | Description |
|---|---|
@evex/linejs |
LINE SelfBot Client |
@evex/linejs/base |
Base LINE API Client |
@evex/linejs/thrift |
Thrift serializer/deserializer |
@evex/linejs/storage |
Memory & File-based storage for LINE |
@evex/linejs-types |
Complete TypeScript typings and enums |
- 🤖 AI Documentation: DeepWiki - LINEJS
- ❓ Questions? Join our Discord
Built with ❤️ by the Evex team