Coder Social home page Coder Social logo

sina-album-crawl-python's Introduction

Sina-Album-Crawl-Python

产品简介

⭐一款基于Python的简单好用的新浪微博相册爬虫,所需参数全部可输入,便于使用。

完善进度

  • 问题一:进度条功能 👍已解决
  • 问题二:起始页,中止页的功能 👍已解决
  • 问题三:健壮性不强 👍已解决一个照片不存在的bug,别的还没遇到过
  • 问题四:爬虫效率低 👎 未解决,目前解决方案为采用多线程的方式(写代码时减少,需要时间)
  • 2021/3/26 问题四 👍已解决,采用协程和协程池
  • 问题五:协程池未执行完程序就结束 👍已解决 在for循环之后使用pool.join()方法

环境简介

  • python 3.8
  • requests 库
  • re 库
  • urlencode 库
  • BeautifulSoup 库
  • uuid 库 为文件取名
  • math 库
  • sys 库
  • fake_useragent库 使用多agent访问,避免被对方服务器关闭连接
  • gevent库 开启协程

使用方法概述

  1. 获取参数 访问程序中提供的链接,F12进入network模块,寻找get_all?开头的信息,查询Parameters参数 image

2.运行程序,填写信息 image

sina-album-crawl-python's People

Contributors

changzhiy 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.