pyytup


Python YouTube Uploader

Carl was wishing there was a command-line uploader for YouTube. http://twitter.com/carlmalamud/status/5543465078

This is a quick command-line interface written on top of GData. http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Direct_uploading

Here's a sample of CLI usage:

$ python pyytup.py ~/movie.mpg --dev_key=dev_key -e user@gmail.com -t "Foo" -c "People" -w "bar" -d "description"

You can get a YouTube developer key here: http://code.google.com/apis/youtube/dashboard/

Project Information

Labels:
python youtube gdata