
OSINT tool that scrapes Twitter profile metadata to analyze activity patterns, timezone, language, geolocation, hashtags, and social connections for reconnaissance.
このシンプルなPythonスクリプトの目的は、ツイートを通じてTwitterプロフィールを分析し、以下を検出することです:
スクリプトに追加できることはたくさんあります。ぜひ貢献してください!👍
⚠ まず、secrets.pyファイル内のAPIキーを更新してください。APIキーを取得するには https://apps.twitter.com/ にアクセスしてください。
Python v2.7以降が必要です
以下のPythonパッケージをインストールする必要があります:tweepy, ascii_graph, tqdm, numpy
pipenvがインストールされている場合は、以下を実行するだけです:
$ pipenv install
それ以外の場合は、以下を使用できます:
$ pip install -r requirements.txt
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

GNU GPLv3
このツールが役に立ったなら、コーヒーを買って私に感謝してもらって構いません