Skip to content
This repository was archived by the owner on May 11, 2021. It is now read-only.
/ bingbot Public archive

BingBot sets up a crawler for Windows desktop background

License

Notifications You must be signed in to change notification settings

ser163/bingbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29b5ed1 · May 11, 2021

History

23 Commits
Jun 29, 2019
Jun 27, 2019
Jun 29, 2019
Jun 29, 2019
Jun 27, 2019
May 11, 2021
May 11, 2021
Jun 29, 2019
May 11, 2021
Jun 30, 2019
Jun 29, 2019
Jun 27, 2019
Jun 29, 2019
May 11, 2021
Aug 21, 2019
Jun 27, 2019

Repository files navigation

Bing Bot #

  • Removed humans, they weren't doing fine with animals.
  • Animas are now super c

Bing Bot 是一个python scrapy 框架写的爬虫程序.可以实现同步bing搜索的背景图片.并且自动设置为Windows桌面的小程序.

  • 部署方便.

  • 无需配置即可使用.

  • 自动化运行,每天自动换桌面

  • 文艺气息浓郁,让桌面自动换起来.

    快速安装 ##

运行环境 ###

  • Windows 7/10 64bit

  • Python 3.6

  • Scrapy 1.6.0

  • PyInstaller 3.4

    安装依赖 ###

    pip install -r requirements.txt
    

    手动运行 ###

    scrapy crawl binbot
    

打包 ###

  • Windows 下,使用pyinstaller 命令在Windows下打包为exe

    pyinstaller --add-data="scrapy\mime.types;scrapy" --add-data="scrapy\VERSION;scrapy" --add-data="scrapy.cfg;." --add-data="bing;bing" --add-data="bb.cmd;." --add-data="install.cmd;." -i bing.ico -c bb.py
    
  • Mac 下打包

    pyinstaller --add-data="scrapy/mime.types:scrapy" --add-data="scrapy/VERSION:scrapy" --add-data="scrapy.cfg:." --add-data="bing:bing" --add-data="bb.sh:." -c bb.py
    

安装自动运行 ###

如果你用pyinstaller编译为exe或者直接自动下载了releases版本,在程序目录下.

右键install.cmd,用管理员权限打开,设置windows计划任务,自动修改壁纸,4小时运行一次.

常见问题 ###

  • install.cmd 文件必须用管理员权限运行.

Others ##

About

BingBot sets up a crawler for Windows desktop background

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages