Code Monkey home page Code Monkey logo

bilibili_member_crawler's Introduction

bilibili_member_crawler

B站用户信息爬虫 (求Star(^o^)/~ 仅供娱乐学习使用

环境

  • python 3.6+
  • mysql 5.7+

下载安装

  • 下载源码:
git clone [email protected]:cwjokaka/bilibili_member_crawler.git

或者在https://github.com/cwjokaka/bilibili_member_crawler 下载zip文件
  • 安装相关依赖:
pip install -r requirements.txt

文件介绍

  • bilibili_member_crawler.py:爬虫入口
  • distributor.py:任务分发器,负责生成任务到任务队列
  • worker.py:工作线程,负责从任务队列拉取任务,并把B站用户信息持久化到mysql
  • res_manager.py:资源管理,用于管理任务队列
  • variable.py: 配置文件, 包含代理、数据库、线程设置等
  • sql/bilibili.sql:数据库初始化文件
  • user-agents.txt:浏览器agent列表文件
  • exception/*:各类异常

注意

  • 请控制好您的车速(由variable.py的线程数、爬取时间间隔决定)
  • 代理PROXIES需要定期更换(2019/9/4已加入外部代理池)

PS:有时间会做相关统计 (溜了溜了

bilibili_member_crawler's People

Contributors

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