# images_bing **Repository Path**: olei_admin/images_bing ## Basic Information - **Project Name**: images_bing - **Description**: 加上cronjob之后,每日定时获取bing中国的背景图片,并上传到七牛云 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/olei_admin/images_bing - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 获取当天必应的背景图片[https://www.bing.com](https://www.bing.com) ### 准备工作 - 七牛云bucket,key以及secrect、绑定的域名或者临时域名 ### 需要安装的包 - `pip install requests` - `pip install qiniu` ### 环境 - python3 ### 运行 ``` python3 get_image_from_bing.py ``` > 每日定时爬取的图片更新到2018.4.19,github地址:[https://github.com/liwg1995/images_bing](https://github.com/liwg1995/images_bing)