Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个脚本,该脚本将使用不同的帐户将视频上传到 YouTube。有没有办法使用 HTTPS 或 SOCKS 代理来过滤所有请求。我的客户不想为 Google 留下任何足迹。我发现的唯一方法是事先设置代理环境变量,但这似乎很麻烦。有什么我想念的方法吗?谢谢 :)
设置一个环境变量(例如import os; os.environ['BLAH']='BLUH' ,在你的程序开始时“看起来很麻烦”?!对你来说,什么算“不麻烦”,祈祷?
import os; os.environ['BLAH']='BLUH'