vimeodown.py is a simple script that downloads your Vimeo
videos to a local directory.
- Install Python 3.
- Clone this repository and
cdinto the directory. pip3 install -r requirements.txt.
- Set environment variables
VIMEO_TOKEN,VIMEO_KEY,VIMEO_SECRETto appropriate values. vimeodown.py $username $mountpointwhere:$usernameis your Vimeo username (you can get this by going to your Vimeo account homepage, something like https://vimeo.com/myusername).$mountpointis the directory where you want to save the files to. For an external hard disk, this will be something like/media/someuser/mydiskon Linux or/Volumes/mydiskfor Mac.
- The script won't attempt to redownload videos found at the destination.
- The network error handling is agricultural and will retry forever in the absence of a positive outcome.
This code was written for a specific purpose, and no warranty is given or implied. Error handling is minimal, and bugs may luck.