mycloudhome - a CLI tool for wd mycloud home.
Project description
# WD My Cloud Home CLI
mycloudhome is a cli tool to manage file on the West Digital storage device: My Cloud Home. You can check the files on your device in the cli way. Also you can upload or download the file in your command line anywhere without using the WD Client or Web Brower.
Learn more about MY CLOUD HOME from: <https://www.mycloud.com/#/>
__WD has changed the policy of login. The username and password is not possible now. So I disable this auto-fetch token interface. Please get your token by yourself. And use mycloudhome login –username XXX –token XXX instead !!!__
> hints: F11 on Chrome and monitor the xhr like: POST https://auth0.accounts.westerndigital.com/oauth/token HTTP/2.0. The access_token in the respond body is what we want.
## Install
`bash pip3 install mycloudhome `
## Usage Examples
Command-line scares you off? No, mycloudhome is really easy to use!!
fisrt, we need do a login action. And it will fetch your token and config from mycloud.com.
`bash mycloudhome login --username xxx --token xxx `
get your devices info by:
`bash mycloudhome devices `
list the files and dirs under the path:
`bash mycloudhome ls --wduri 'wd://Buckets/install/' `
>The path on device aways start with ‘wd://’, and the root of your device is ‘wd://’
move one file from one location to another:
`bash mycloudhome mv --src wd://temp/readme.md --dst wd://temp/ttt `
delete file:
`bash mycloudhome rm --wduri wd://temp/readme_1.md `
create a new WD dir:
`bash mycloudhome mkdir --wduri wd://temp/cache `
upload the file from local file system to My Cloud Home:
`bash mycloudhome upload --src 20200518.xlsx --wduri wd://excels `
download file from My Cloud Home to local file system:
`bash mycloudhome download --wduri 'wd://Buckets/install/v2ray-linux-arm64.zip' --localpath . `
—
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mycloudhome-2022.2.22.tar.gz
.
File metadata
- Download URL: mycloudhome-2022.2.22.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.26.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f83a6f9dd250e1c3a1b10fedc042c31d10c933750f3058abe5dcc306dc4fa4f9 |
|
MD5 | 3026a99775ac93c547dec1848ff0b12d |
|
BLAKE2b-256 | c39cdf97ef8cc69c82ccfba4618168e64f6e6f6974cc54655e3db4f875d900cd |
File details
Details for the file mycloudhome-2022.2.22-py3-none-any.whl
.
File metadata
- Download URL: mycloudhome-2022.2.22-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.26.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bd407b4e731c0d67abf5d0954950a6e97da6606ae2f43b6d1248b8b73eceda4 |
|
MD5 | 79a4e74fb3128ff2a3a8fff60249b1ca |
|
BLAKE2b-256 | 754e0f926af7159bc1a975a7a718c327a992667eaff6f0ef470507b5abff9806 |