Skip to content

daydreamer-json/line-stamp-api-proxy

Repository files navigation

title emoji colorFrom colorTo sdk app_port
Proxy Server for LINE Store API and CDN
🐻
green
blue
docker
3000

line-stamp-api-proxy

logo

Proxy server for LINE store API and CDN.

For educational and research purposes only.

The demo server provided by Hugging Face🤗 is available.

API Documentation

Please refer to API.md.

Technology Stack

  • Runtime: Bun
  • Language: TypeScript
  • Web Framework: Hono
  • HTTP Client: ky (Fetch API)
  • Logging: log4js
  • Media encoding: FFmpeg

How it Works

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
Loading

Disclaimer

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.

About

Simple proxy server for LINE store API and CDN

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published