myCloud Command Line Interface
Project description
Swisscom myCloud CLI
Swisscom myCloud CLI is a command line utility to manage all your data stored on Swisscom myCloud. To achieve this, it uses the public Swisscom myCloud API.
Requirements
Any Keyring Backend comptatible with the keyring package is required in order to store the credentials for myCloud.
Usage
Docker
docker run -it mycloud-cli
Manual Installation
First, make sure chromium
and chromedriver
are installed and in your $PATH
.
To install or upgrade myCloud CLI via pip, run:
python3 -m pip install --user --upgrade mycloud-cli
After installing myCloud CLI make sure to add the certificates for mitmproxy to your CA in your OS / Chromium. Run:
mycloud auth cert
to download the required certificate.
Authenticate
To use myCloud CLI, run mycloud [command]
.
Then authenticate yourself with your username and password using:
mycloud auth login
To get a list of all available commands, run:
mycloud -h
Setup local environment
First, clone the repository:
git clone https://github.com/thomasgassmann/mycloud-cli
Then install all dependencies via pipenv:
cd mycloud-cli
export PIPENV_VENV_IN_PROJECT="enabled"
pipenv install --python 3.6
pipenv shell
Then run python -m mycloud auth cert
to install the certificates as described in the Installation section.
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 Distributions
Built Distribution
File details
Details for the file mycloud_cli-1.2.3-py3-none-any.whl
.
File metadata
- Download URL: mycloud_cli-1.2.3-py3-none-any.whl
- Upload date:
- Size: 53.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8390ffd12ced40e285fce7358f29a5df3e696b96f7b9c7977361dce8e0bc2178 |
|
MD5 | 443700fc2d59cc208de57ab402894521 |
|
BLAKE2b-256 | e1e9f7207fd2af84a36c2afdb3c698b8c1edb937b93204de38d681ccdee5e6a7 |