8000 GitHub - SopanhaKok/PikPakAPI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SopanhaKok/PikPakAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIKPAK API

An unofficial TypeScript API client for PikPak cloud storage service.

Install

npm install or yarn install

Usage

const client = new Pikpak("username","password");
await client.login();
await client.fileList();

Features

🔐 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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

0