
Spyderは、大規模なグローバルデータベースを使用して検索を実行する汎用オープンソースインテリジェンス(OSINT)調査ツールです。
##WindowsおよびmacOSユーザーへの注意: 以下の手動ガイドはWindowsおよびLinuxユーザー向けです。便宜上、macOS用のDMGファイルも用意されています。
GitとPythonがコンピュータにインストールされていることを確認してください。
Gitを入手: https://git-scm.com/install/windows
Pythonを入手: https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe
GIT CMDを実行します。
git clone https://github.com/tq17oa7/spyder-osint
cd spyder-osint
run.bat
または
git clone https://github.com/tq17oa7/spyder-osint
cd spyder-osint
py -m pip install -r requirements.txt
py spyder.py
sudo apt install python3 python3-pip -y
git clone https://github.com/tq17oa7/spyder-osint
cd spyder-osint
pip3 install -r requirements.txt
chmod +x run.sh
./run.sh