An unofficial TypeScript API client for PikPak cloud storage service.
npm install or yarn install
const client = new Pikpak("username","password");
await client.login();
await client.fileList();
🔐 Authentication (login and automatic token refresh)
📁 File operations:
- List files and folders
- Create new folders
- Rename files and folders
- Download files
⚡ Batch operations:
- Copy multiple files
- Move multiple files
- Delete multiple files