views:

152

answers:

2

Hi, is it possible to upload a video to youtube using python? Maybe an API or something?

+3  A: 

http://code.google.com/apis/youtube/1.0/developers_guide_python.html

(First result from Googling "python youtube API". Please, try at least doing a single basic search before asking someone else to do it for you.)

Amber
A: 

You can look at youtube-upload as an example (disclaimer: I'm the author):

http://code.google.com/p/youtube-upload/

tokland