All checks were successful
/ test (push) Successful in 2m1s
Reviewed-on: #8 |
||
---|---|---|
.cargo | ||
.forgejo/workflows | ||
fxpixiv | ||
libpixiv | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
default.nix | ||
fxpixiv.service.nix | ||
LICENSE | ||
README.md | ||
Rocket.toml | ||
shell.nix |
fxpixiv
The pixiv embed fixer and pixiv api library.
DISCLAIMER
This project is still in development, please be patient until this project is actually usable.
build
Simply use cargo build
and/or cargo run
.
Mind that you need a refresh token from pixiv to get API access. Some endpoints are usable without a token, but this is currently not documented nor otherwise considered.
nix build
As this mainly runs on my NixOS server for now, so build and service files are included.
You can enter the dev env via nix-shell
and callPackage
as usual.
nix options
There is some hope that this service will make its way to the NixOS options, but I need to disappoint you for now.
You can still just clone this project and manually import the service file of course, make sure to keep the default.nix
reachable tho.