An open API service indexing awesome lists of open source software.

https://github.com/myl7/recdrive

中科大睿客网云盘 rec.ustc.edu.cn/recdrive (unofficial) SDK
https://github.com/myl7/recdrive

cloud-storage golang ustc

Last synced: 11 months ago
JSON representation

中科大睿客网云盘 rec.ustc.edu.cn/recdrive (unofficial) SDK

Awesome Lists containing this project

README

          

# recdrive

中科大睿客网云盘 rec.ustc.edu.cn/recdrive (unofficial) SDK

## Maintenance

I still have my recdrive account so if the library can not work, I will debug and fix it.
However, further development is not likely since now I do not use it.
If you are looking for a (somehow, more than this project) actively maintained recdrive cli, see the _Related_ section.

## Features

- List a folder
- Upload / Download a file

## Get Started

```bash
# List a folder
recdrive -token ls
# Upload a file
recdrive -token cp :
# Download a file
recdrive -token cp :
# Other than `-token `, use env `TOKEN` is also OK
```

## Related

- [taoky/reccli](https://github.com/taoky/reccli)

## License

MIT or Apache 2.0 at your option

SPDX-License-Identifier: MIT OR Apache-2.0