- Assuming you have latest python3 installed, open up ccc directory:
cd ccc
- Create virtualenv:
python3 -m venv .venv
- Activate virutalenv:
source .venv/bin/activate
- Install dependencies:
pip install -r requirements.txt
- For general help call:
python ccc.py -h
- For list action help call:
python ccc.py list -h
- For upload action help call:
python ccc.py upload -h
- For download action help call:
python ccc.py download -h
- Run tests:
python -m pytest tests.py
- List:
python ccc.py list --access-token=token
- Upload:
python ccc.py upload --file-path /file/path/RECORD.GTM --name name --access-token=token
- Download:
python ccc.py download --dir-path /tmp --access-token=token
- Download nw:
python ccc.py download --dir-path /tmp --new --access-token=token