Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/x0rz/tweets_analyzer
OSINT (开源情报)侦察信息收集社会工程学
GitHubx0rz/tweets_analyzer

tweets_analyzer

OSINT工具,抓取Twitter个人资料元数据,分析活动模式、时区、语言、地理位置、标签和社交关系,用于侦察。

查看仓库
3.0k4536年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
tweets_analyzer — OSINT工具,抓取Twitter个人资料元数据,分析活动模式、时区、语言、地理位置、标签和社交关系,用于侦察。 | Kitploit

简易 Twitter 个人资料分析器

这个简单的 Python 脚本旨在通过推文分析 Twitter 个人资料,具体检测内容包括:

  • 按小时和星期几的平均推文活动
  • Twitter 界面设置的时区和语言
  • 使用的来源(移动应用、网页浏览器等)
  • 地理位置
  • 最常用的标签、最常转发的用户和最常提及的用户
  • 基于最频繁时区/语言的好友分析

脚本还有很多功能可以添加,欢迎贡献!👍

安装

⚠ 首先,在 secrets.py 文件中更新你的 API 密钥。要获取 API 密钥,请访问 https://apps.twitter.com/

需要 Python v2.7 或更新版本

你需要安装以下 Python 包:tweepy, ascii_graph, tqdm, numpy

如果你安装了 pipenv,可以直接运行:

root@kitploit:~
$ pipenv install

否则你可以使用:

root@kitploit:~
$ pip install -r requirements.txt

用法

root@kitploit:~
usage: tweets_analyzer.py -n <screen_name> [options]

Simple Twitter Profile Analyzer

optional arguments:
  -h, --help            show this help message and exit
  -l N, --limit N       limit the number of tweets to retreive (default=1000)
  -n screen_name, --name screen_name
                        target screen_name
  -f FILTER, --filter FILTER
                        filter by source (ex. -f android will get android
                        tweets only)
  --no-timezone         removes the timezone auto-adjustment (default is UTC)
  --utc-offset UTC_OFFSET
                        manually apply a timezone offset (in seconds)
  --friends             will perform quick friends analysis based on lang and
                        timezone (rate limit = 15 requests)
  -e path/to/file, --export path/to/file
                        exports results to file
  -j, --json            outputs json
  -s, --save            saves tweets to tweets/{twitter_handle}/{yyyy-mm-
                        dd_HH-MM-SS}.json
  --no-color            disables colored output
  --no-retweets         does not evaluate retweets

示例输出

Twitter 账户活动

许可证

GNU GPLv3

如果这个工具对你有用,欢迎请我喝杯咖啡表示感谢

Coffee

下载工具