Git Product home page Git Product logo

Comments (3)

DormyMo avatar DormyMo commented on May 18, 2024

使用启动参数 --server
需要验证的scrapyd暂不支持

from spiderkeeper.

ap1024 avatar ap1024 commented on May 18, 2024

我看链接方式你是单独写的接口,没有使用scrapyd api.
有一个api接口,可以使用用户名和密码链接的;
def init(self, target='http://localhost:6800', auth=None,
endpoints=None, client=None):
"""
Instantiates the ScrapydAPI wrapper for use.
Args:
target (str): the hostname/port to hit with requests.
auth (str, str): a 2-item tuple containing user/pass details. Only
used when client is not passed.
endpoints: a dictionary of custom endpoints to apply on top of
the pre-existing defaults.
client: a pre-instantiated requests-like client. By default, we use
our own client. Override for your own needs.
;
你这一版本非常不错,只是如果多台机子管理,最好是可以自定义服务器地址和用户名密码登陆。
这样就方便管理。
谢谢你的回复

from spiderkeeper.

ileadall42 avatar ileadall42 commented on May 18, 2024

这个很不错呀

from spiderkeeper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.