Youtube:是否可以代表用户以编程方式 post 和喜欢视频?

Youtube: Is it possible to programatically post and like videos on behalf of a user?

有没有办法以编程方式post代表其他用户评论和喜欢视频或订阅频道?

是的,可以做这些事情。您正在寻找 YouTube API。您可以找到相关文档,here. First, you will need to authenticate the user. Once authenticated, you can post comments, like videos, upload videos, subscribe,等等。值得庆幸的是,Google 的文档非常详尽,因此应该很容易理解!