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