{"id":1488,"date":"2023-11-08T08:55:45","date_gmt":"2023-11-08T00:55:45","guid":{"rendered":"https:\/\/lyvba.com\/?p=1488"},"modified":"2023-11-08T08:55:45","modified_gmt":"2023-11-08T00:55:45","slug":"bing-py","status":"publish","type":"post","link":"https:\/\/lyvba.com\/index.php\/2023\/11\/08\/bing-py\/","title":{"rendered":"Bing.py \u811a\u672c \u4e0b\u8f7d\u6bcf\u65e5\u4e00\u56fe bing \u58c1\u7eb8"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/lyvba.com\/wp-content\/uploads\/2023\/11\/bing.py_.webp\" alt=\"\" \/><\/p>\n<h2><a href=\"https:\/\/www.bilibili.com\/video\/BV1Su4y187cg\">\u3010Bing.py \u811a\u672c \u4e0b\u8f7d\u6bcf\u65e5\u4e00\u56fe bing \u58c1\u7eb8\u3011<\/a><\/h2>\n<h3><a href=\"https:\/\/www.bilibili.com\/video\/BV1Su4y187cg\">https:\/\/www.bilibili.com\/video\/BV1Su4y187cg<\/a><\/h3>\n<h2>bing.py \u6e90\u7801<\/h2>\n<pre><code>#!\/usr\/bin\/python\nimport requests\nimport time\nimport re\n\n# \u65f6\u95f4\u6233\ntimestamp = str(int(time.time() * 1000))\n\n# \u62fc\u63a5\u8bf7\u6c42\u5730\u5740\nurl = &#039;https:\/\/cn.bing.com\/HPImageArchive.aspx?format=js&amp;idx=0&amp;n=1&amp;nc=&#039; + timestamp + &#039;&amp;pid=hp&#039;\n\n# \u8bf7\u6c42\u5934\uff0c\u6a21\u62df\u6d4f\u89c8\u5668UA\nheaders = {\n    &#039;User-Agent&#039;: &#039; &#039;.join([&#039;Mozilla\/5.0 (Windows NT 10.0; Win64; x64; ServiceUI 14)&#039;,\n                            &#039;AppleWebKit\/537.36 (KHTML, like Gecko)&#039;, &#039;Chrome\/70.0.3538.102&#039;, &#039;Safari\/537.36&#039;,\n                            &#039;Edge\/18.18363&#039;])\n}\n\n# \u53d1\u9001\u8bf7\u6c42\nr = requests.get(url=url, headers=headers)\n\n# \u5c06\u54cd\u5e94\u7684\u5b57\u7b26\u4e32\u8f6c\u5316\u4e3ajson\u6570\u636e\uff0c\u5373dict\u7c7b\u578b\nresult = r.json()\n\n# \u83b7\u53d6\u7b2c\u4e00\u4e2a\u56fe\u7247\u7684\u94fe\u63a5\nimage_url = result[&#039;images&#039;][0][&#039;url&#039;]\n\n# \u56fe\u7247\u6587\u4ef6\u540d  name[1]\nname = re.search( r&#039;id=(.*\\.jpg)&amp;rf&#039;, image_url)\n\n# \u62fc\u63a5\u4e0abing\u7684\u57df\u540d\nimage_url = &#039;https:\/\/cn.bing.com&#039; + image_url\n\n# \u5b9a\u4e49\u56fe\u7247\u4fdd\u5b58\u5730\u5740\nsave_image_file = name[1]\n\n# \u4e0b\u8f7d\u56fe\u7247\nr = requests.get(url=image_url, headers=headers)\n\n# \u6ce8\u610f\u8981\u4ee5\u4e8c\u8fdb\u5236\u53ea\u5199\u6253\u5f00\u6587\u4ef6\nwith open(save_image_file, &#039;wb&#039;) as f:\n    # \u56fe\u7247\u7684\u4e8c\u8fdb\u5236\u6570\u636e\n    f.write(r.content)\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u3010Bing.py \u811a\u672c \u4e0b\u8f7d\u6bcf\u65e5\u4e00\u56fe bing \u58c1\u7eb8\u3011 https:\/\/www.bilibili.c [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1489,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[45],"class_list":["post-1488","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-learn","tag-python"],"_links":{"self":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts\/1488","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/comments?post=1488"}],"version-history":[{"count":2,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts\/1488\/revisions"}],"predecessor-version":[{"id":1491,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/posts\/1488\/revisions\/1491"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/media\/1489"}],"wp:attachment":[{"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/media?parent=1488"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/categories?post=1488"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lyvba.com\/index.php\/wp-json\/wp\/v2\/tags?post=1488"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}