Skip to content

This project is a crawler program. which can automatically collect information from Twitter by the keywords you set.

Notifications You must be signed in to change notification settings

QingYunA/Twitter-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

推特爬虫

English README here

这个项目是一个爬虫程序。它可以通过你设置的关键字自动从Twitter收集信息。使用这个程序你可以得到:

  • 用户名
  • 昵称
  • 发布的文字
  • 日期
  • 推文语言
  • 评论数
  • 转发数
  • 点赞数
  • 粉丝数
  • ···

更新日志

  • 简易的GUI版本的爬虫,有需要的朋友可以测试~ 分支:""

参数

— keywords_path:需要搜索的关键字

— stop_num:需要搜索的推文数

— output_dir:数据保存路径

— date_time:需要查询的日期

— limit_language:需要搜索的语言。它的默认值是'all'。即不限定搜索语言

使用方法

在python文件main.py中设置正确的chromedriver路径和相关参数,然后运行程序。

环境要求

  • 与chrome版本匹配的chromedriver
  • python>=3.6

联系方式

About

This project is a crawler program. which can automatically collect information from Twitter by the keywords you set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages