foyoux / pygtrans

谷歌翻译, 支持 APIKEY 一口气翻译十万条
GNU General Public License v3.0
214 stars 48 forks source link

参考 #13 不能用 #23

Open cdlhao opened 1 year ago

cdlhao commented 1 year ago

直接外网测试 http 代理:Translate(proxies={"https": "http://localhost:10809"}) socks5 代理: Translate(proxies={"https": "socks5://localhost:10808"}) 两个都不能用 错误如下 Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。'))) 代码没问题 之前用过突然不能用。 ApiKeyTranslate 有没有范例代码?

lemisky commented 1 year ago

应该是代理的问题

lemisky commented 1 year ago
from pygtrans import ApiKeyTranslate

at = ApiKeyTranslate('<app_id>')
text = at.translate('hello)
print(text)
cdlhao commented 1 year ago

谢谢 申请个apikey去 代理太头疼了