NextBSpiders icon indicating copy to clipboard operation
NextBSpiders copied to clipboard

怎么使用cli工具,

Open daibva opened this issue 3 years ago • 1 comments

nextb-telegram-run-spider.exe 哪里来的呢,求告知

daibva avatar Feb 28 '23 09:02 daibva

pip install NextBSpiders 直接用pip官方源安装了就有了。 或者clone到本地以后,执行:

  1. python setup.py dist
  2. pip install dist/NextBSpiders-1.1.0.tar.gz 就有这个可执行程序了。

a232319779 avatar Oct 10 '23 08:10 a232319779