Zero-touch pipeline
Capture tools (MitM module / Reqable Report Server) upload MySekai packets; the server decrypts, draws maps, and pushes results automatically — no manual intervention.
A resource-gathering point map generator and auto-notifier for the MySekai mode in Project SEKAI.
Game API response → MitM module / Reqable Report Server (captures mysekai data)
│ ① Auto upload (single POST; chunked supported) → server.py processes automatically
│ ② Or drop a .bin save manually → cli.py generate
▼
parser.py AES-128-CBC decrypt + msgpack parse + coordinate rotation
▼
render.py Draw site_5.png ~ site_8.png + rare_resources.txt → data/latest/
▼
notify.py Push:
├─ Telegram: images uploaded directly as multipart, no public URL needed ← default channel
└─ Bark: notified with image= URL links, requires a static file server⚠️ Disclaimer: this tool is for personal learning and entertainment only. Do not use it for any commercial purpose or in ways that violate the game's terms of service. Game data and art assets belong to their respective owners.