Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 576 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 576 Bytes

vimeo-uploader

Easily upload your video files to vimeo

Using

Set the consumers key and secret and access token and secret.

$consumer_key = ''
$consumer_secret = ''
$access_token = ''
$access_secret = ''

Set your credentials to send email after any uploads

smtp.start('gmail.com', '[email protected]', 'MYSECUREPASS', :login)
smtp.send_message msg, '[email protected]', to

Insert the path where your video files are.

$dir = "/path/for/video/files"

By default the script find for mp4 files into your set folder.