GithubHelp home page GithubHelp logo

wallpaper's Introduction

壁纸爬虫网站

项目已经适配的壁纸网站

项目地址:https://github.com/Juenfy/wallpaper

git clone https://github.com/Juenfy/wallpaper.git

cd wallpaper

composer install

项目里有两个数据库文件,自己导入,.env里做好配置 这是爬的壁纸数据,是按源壁纸网站各分类分页爬虫的,数据不会重复 laravel+queryList爬虫各大壁纸网站,打造自己的壁纸网站

项目技术栈:

  1. laravel队列,爬虫任务都是丢到队列里跑的,延时执行,避免频繁请求,爬出来的壁纸数据会持久化到数据库中。 执行下面命令监听消费队列:
php artisan queue:listen --queue=default --timeout=0

  1. 定时任务配合totem管理面板去管理定时任务。 访问totem:自己项目域名/totem,比如我的就是http://wallpaper.com/totem laravel+queryList爬虫各大壁纸网站,打造自己的壁纸网站

  2. QueryList,一款基于phpspider二次开发的爬虫框架。

  3. 后台直接用laravel-admin的,省事。 访问后台:自己项目域名/admin,比如我的就是http://wallpaper.com/admin 账号:admin 密码:admin

  4. 随便写了一个壁纸的展示列表。 访问:直接域名即可,比如我的就是http://wallpaper.com 瀑布流加载,但加载下一页动画效果有bug,会重叠 laravel+queryList爬虫各大壁纸网站,打造自己的壁纸网站

wallpaper's People

Contributors

juenfy avatar

Stargazers

 avatar sea-co avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.