GithubHelp home page GithubHelp logo

weiboparser's Introduction

weiboParser

这个python项目主要进行新浪微博上的信息抓取,提供如下两个抓取功能:

  • 抓取任意数量的ID的最近n天内的原创微博,n可以用户指定,最终以excel的形式保存下来。
  • 抓取满足过滤条件的微博,需要给定ID、起始日期、结束日期和关键词,返回结果同样保存在excel。 test
    被抓取下的信息包含如下的字段:
  • weiboID
  • 微博内容
  • 赞数
  • 转发数
  • 评论数

change sth

程序结构如下:

  • activityApp.py : 程序入口 提示输入信息
  • weibo/weiboCNParser : 抓取weibo信息的类。
  • utils:提供写入excel的接口
  • pyDatabase:提供与数据库的接口 -- 待补充

weiboparser's People

Contributors

meijing0114 avatar

Stargazers

 avatar knightli 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.