No description
Find a file
2024-09-25 05:12:58 +02:00
fxpixiv add pixiv API stub 2024-09-25 05:12:58 +02:00
libpixiv add pixiv API stub 2024-09-25 05:12:58 +02:00
.gitignore introduce libpixiv library and login via refresh token 2024-09-23 01:05:26 +02:00
Cargo.lock add pixiv API stub 2024-09-25 05:12:58 +02:00
Cargo.toml introduce libpixiv library and login via refresh token 2024-09-23 01:05:26 +02:00
default.nix rename project 2024-09-13 13:42:56 +02:00
fxpixiv.service.nix rename project 2024-09-13 13:42:56 +02:00
LICENSE init repo 2024-09-05 21:18:00 +02:00
README.md add pixiv API stub 2024-09-25 05:12:58 +02:00
Rocket.toml dont change the page but create a new one (works yay) 2024-09-06 04:01:31 +02:00

fxpixiv

The pixiv embed fixer

DISCLAIMER

This project is still in development, please be patient until this project is actually usable.

nix build

As this mainly runs on my NixOS server for now, so build and service files are included. Run nix-shell -E 'with import <nixpkgs> {}; callPackage ./default.nix {}' to enter the development shell.

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.