seiya-dev / terabox-node

NodeJS tool for interacting with the TeraBox cloud service without the need to use the website or app ☁️
MIT License
14 stars 3 forks source link

I need a docs to use this tool! #1

Closed OurCodeBase closed 2 months ago

OurCodeBase commented 2 months ago

I need to use this project and I don't have enough knowledge of this type of web scraping. Can you please provide a proper documentation to upload and download files from/to terabox.

seiya-git commented 2 months ago

Readme updated

OurCodeBase commented 2 months ago

thanks for updating readme.

Isn't downloading option working? and what are rapidupload, and tbhash functions?

seiya-git commented 2 months ago
  1. Download function not finished yet, you can use alist as alternative way to download files
  2. Rapid upload means that files can be uploaded instantly without waiting if file was uploaded before to terabox
  3. tbhash function create special hash file for using with uploader (rapidupload)
OurCodeBase commented 2 months ago

Ok I'm contributing to your project. I will write a good docs for this project.