title | emoji | colorFrom | colorTo | sdk | app_port |
---|---|---|---|---|---|
Proxy Server for LINE Store API and CDN |
🐻 |
green |
blue |
docker |
3000 |
Proxy server for LINE store API and CDN.
For educational and research purposes only.
The demo server provided by Hugging Face🤗 is available.
Please refer to API.md.
- Runtime: Bun
- Language: TypeScript
- Web Framework: Hono
- HTTP Client: ky (Fetch API)
- Logging: log4js
- Media encoding: FFmpeg
This proxy server acts as an intermediary between clients and LINE's store API and CDN. When a client makes a request to this server, it forwards the request to LINE's servers using appropriate headers and user agents, then returns the response to the client. This allows access to LINE's sticker and emoji data without direct API access.
graph TD
Client[Client] --> Proxy[Proxy Server]
Proxy -->|Search Request| LineAPI[LINE Store API]
Proxy -->|Download Request| LineCDN[LINE CDN]
LineAPI -->|Search Results| Proxy
LineCDN -->|Media Files| Proxy
Proxy -->|Response| Client
This project has no affiliation with LY Corporation (LINE ヤフー株式会社) and was created solely for private use, educational, and research purposes.
Please use it at your own risk.