NEXTTRACE项目派生的仓库,用于实现POW反爬
server : https://github.com/tsosunchia/powserver
client : https://github.com/tsosunchia/powclient
- Python 3
- jq(
launch.sh读取config.json依赖)
git clone https://github.com/tsosunchia/powserver.git cd powserver python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt cp config_example.json config.json # 按需修改 config.json
bash launch.sh
- 编辑
powServer.service,修改User、WorkingDirectory,并确认Environment中的路径与实际目录一致。 - 安装并启用服务:
sudo cp powServer.service /etc/systemd/system/powServer.service
sudo systemctl daemon-reload
sudo systemctl enable --now powServer