百度翻译
import requests import os import jmespath class Baidu: headers = { "Cookie": "APPGUIDE_10_0_2=1; REALTIME_TRANS_SWITCH=1; FANYI_WORD_SWITCH=1; HISTORY_SWITCH=1; SOUND_SPD_SWITCH=1; SOUND_PREFER_SWITCH=1; BAIDUID=3103D5F748443ACB7699ABBFC3CDE425:FG=1; BIDUPSID=3103D5F748443ACB7699ABBFC3CDE425; PSTM=1664807775; BAIDUID_BFESS=3103D5F748443ACB7699ABBFC3CDE425:FG=1; newlogin=1; Hm_lvt_246a5e7d3670cfba258184e42d902b31=1667137554; __bid_n=1843398a98284eda384207; BDUSS_BFESS=pSYWxFOWpvU0pTU3B4d09WejlUZHB-ZzNIaE1Ga3g5dnA3N2VWbWNRRmg5SkZqRUFBQUFBJCQAAAAAAAAAAAEAAAD3riNIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGFnamNhZ2pjSE; ZFY=eudKoYio2SIwEtUhHuw1m7jrTxaHXaUC5NI5giZveQk:C; MCITY=-75%3A; Hm_lvt_64ecd82404c51e03dc91cb9e8c025574=1667137537,1667560091,1668257199,1668864308; Hm_lpvt_64ecd82404c51e03dc91cb9e8c025574=1668870595; ab_sr=1.0.1_ZDM5MzIwYTJiMzRmMzc5ZWQ0NDc5ZDE5MDkwZDYzYjNmY2UxMTg0OGMxMTQ0MTU2MjQzMzNkZmI4ZDYyNWVmZmY4OGFjNWZiZmI0YjQyZjk5ZWQyNjVhYjRiYTM0ZmE3ZWRiMjdmOWMxZDRmODQxYjllZWQzNzJlYzdiMWMzYjhlNjVhM2Y0ODZiM2RjY2ZmNjkzOTJiYjYwZjk0N2YxOTE4ZjM3MGZjOTljNWEzZjdlMTFiNWY3YTlhOWI3YzIx", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.42", } def http(self, data, sign): url = "https://fanyi.baidu.com/v2transapi?from=zh&to=en" data = { "from": "zh", "to": "en", "query": data, "transtype": "translang", "simple_means_flag": "3", "sign": sign, "token": "6b35d34118d4557ba80818ef1550e90b", "domain": "common" } response = requests.post(url, headers=self.headers, data=data) return response.json() # 访问js文件,获取结果 def decrypto_sign(self, data: str): # 加密字符串 po = os.popen(r"node D:\nodepro\project\11.js {}".format(data)) # <推荐> m = po.buffer.read().decode('utf-8').strip() return m def run(self): data = '我喜欢你' sign = self.decrypto_sign(data) result = self.http(data, sign) print(f'{data}-----------------', jmespath.search('trans_result.data[0].dst', result)) if __name__ == '__main__': s = Baidu() s.run()
var window = {}; function n(t, e) { for (var n = 0; n < e.length - 2; n += 3) { var r = e.charAt(n + 2); r = "a" <= r ? r.charCodeAt(0) - 87 : Number(r), r = "+" === e.charAt(n + 1) ? t >>> r : t << r, t = "+" === e.charAt(n) ? t + r & 4294967295 : t ^ r } return t } var r = "320305.131321201"; // js代码下是null, 该值来源于页面源代码下 window.gtk = "320305.131321201"; function aaa(t) { var o, i = t.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]/g); if (null === i) { var a = t.length; a > 30 && (t = "".concat(t.substr(0, 10)).concat(t.substr(Math.floor(a / 2) - 5, 10)).concat(t.substr(-10, 10))) } else { for (var s = t.split(/[\uD800-\uDBFF][\uDC00-\uDFFF]/), c = 0, u = s.length, l = []; c < u; c++) "" !== s[c] && l.push.apply(l, function(t) { if (Array.isArray(t)) return e(t) }(o = s[c].split("")) || function(t) { if ("undefined" != typeof Symbol && null != t[Symbol.iterator] || null != t["@@iterator"]) return Array.from(t) }(o) || function(t, n) { if (t) { if ("string" == typeof t) return e(t, n); var r = Object.prototype.toString.call(t).slice(8, -1); return "Object" === r && t.constructor && (r = t.constructor.name), "Map" === r || "Set" === r ? Array.from(t) : "Arguments" === r || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r) ? e(t, n) : void 0 } }(o) || function() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.") }()), c !== u - 1 && l.push(i[c]); var p = l.length; p > 30 && (t = l.slice(0, 10).join("") + l.slice(Math.floor(p / 2) - 5, Math.floor(p / 2) + 5).join("") + l.slice(-10).join("")) } for (var d = "".concat(String.fromCharCode(103)).concat(String.fromCharCode(116)).concat(String.fromCharCode(107)), h = (null !== r ? r : (r = window[d] || "") || "").split("."), f = Number(h[0]) || 0, m = Number(h[1]) || 0, g = [], y = 0, v = 0; v < t.length; v++) { var _ = t.charCodeAt(v); _ < 128 ? g[y++] = _ : (_ < 2048 ? g[y++] = _ >> 6 | 192 : (55296 == (64512 & _) && v + 1 < t.length && 56320 == (64512 & t.charCodeAt(v + 1)) ? (_ = 65536 + ((1023 & _) << 10) + (1023 & t.charCodeAt(++v)), g[y++] = _ >> 18 | 240, g[y++] = _ >> 12 & 63 | 128) : g[y++] = _ >> 12 | 224, g[y++] = _ >> 6 & 63 | 128), g[y++] = 63 & _ | 128) } for (var b = f, w = "".concat(String.fromCharCode(43)).concat(String.fromCharCode(45)).concat(String.fromCharCode(97)) + "".concat(String.fromCharCode(94)).concat(String.fromCharCode(43)).concat(String.fromCharCode(54)), k = "".concat(String.fromCharCode(43)).concat(String.fromCharCode(45)).concat(String.fromCharCode(51)) + "".concat(String.fromCharCode(94)).concat(String.fromCharCode(43)).concat(String.fromCharCode(98)) + "".concat(String.fromCharCode(43)).concat(String.fromCharCode(45)).concat(String.fromCharCode(102)), x = 0; x < g.length; x++) b = n(b += g[x], w); return b = n(b, k), (b ^= m) < 0 && (b = 2147483648 + (2147483647 & b)), "".concat((b %= 1e6).toString(), ".").concat(b ^ f) } // # js文件下(弊端:会造成一些符号的缺失) argv = process.argv[2] // python文件传递的data // console.log(argv) console.log(aaa(argv))
标签:02,翻译,String,百度,&&,var,data,concat,fromCharCode From: https://www.cnblogs.com/modly/p/16907561.html