Pixum is a Pixiv artwork API built with Axum, a Rust web framework. Redis is used for caching image URLs. The application is containerized with Docker and Docker Compose.
/
: Introduction page/:id
: Gets information about the work with content IDid
/:id/:num
: Gets the image at content IDid
on page numbernum
To run the app locally:
- Make sure Docker Compose is installed
- Run
docker compose up
(ordocker-compose up
if using Compose standalone) - Go to
localhost:3000
This project was inspired by pixiv.cat.