PikPakDAV is a simple WebDAV server for PikPak. The intended use case is to use it in conjunction with rclone to download files from PikPak.
Use docker images at Docker Hub.
docker run -d -p 8080:8080 gyf304/pikpakdav
Use http://localhost:8080
as WebDAV server address. Use your PikPak username and password to login.
The server is a read-only WebDAV server, with additional DELETE support.