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.gitPip
pip install git+https://github.com/binary-signal/py-gopro-sync.gitPoetry
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 imagegopro-sync -m raw-imagegopro-sync -m videogopro-sync -m allLast command will sync all files
