Python CLI to sync media files from GoPro cameras via wifi py-gopro-sync
Pipx (recommended)
pipx install git+https://github.com/binary-signal/py-gopro-sync.git
Pip
pip install git+https://github.com/binary-signal/py-gopro-sync.git
Poetry
poetry add "git+https://github.com/binary-signal/py-gopro-sync.git"
TODO: release package to pypi
❯ gopro-sync --help
Usage: gopro-sync [OPTIONS]
Sync gopro media file via wifi.
Select `media_type` to sync
Options:
-m, --media-type [image|raw-image|video|all]
Media type to sync [required]
--sync-path PATH Export files to local path [default:
gopro-media]
--skip-lowres BOOLEAN Skip low resolution files [default: True]
--help Show this message and exit.
Assumes you have already connected your local computer somehow to the go pro wifi!
gopro-sync -m image
gopro-sync -m raw-image
gopro-sync -m video
gopro-sync -m all
Last command will sync all files