LxL
LxL
@cgleiyucun Try `pip install --upgrade flask`
See https://scrapyd.readthedocs.io/en/latest/config.html#items-dir
Yes, you can also hide the menu by setting `SHOW_SCRAPYD_ITEMS` to False. https://github.com/my8100/scrapydweb/blob/8104386438cb7e18e5b619c53aedf22dc5bb8954/scrapydweb/default_settings.py#L156-L160
1. Make sure you have correctly set up **REDIS_HOST**, **REDIS_PASSWORD**, and **REDIS_PORT** environment variables when deploying the Scrapyd app on Heroku. 2. Execute `pip install -U redis` on the PC...
What if adding `abc.domain.com:80` as the Scrapyd server?
OK, it may be supported in a future release. But for now, you can view the first 100 and last 100 lines of the log in the Stats page.
@Rohithzr @sergiigladchuk The requested feature is supported in PR #128 Please give it a try and offer your feedback, thanks. 1. Stop Scrapydweb. 2. Execute `pip install --upgrade git+https://github.com/my8100/scrapydweb.git` to...
1. See https://github.com/my8100/scrapyd-cluster-on-heroku#deploy-and-run-distributed-spiders 2. You can add label/group info in the `SCRAPYD_SERVERS` option, which would be displayed in the Servers page. https://github.com/my8100/scrapydweb/blob/8104386438cb7e18e5b619c53aedf22dc5bb8954/scrapydweb/default_settings.py#L39-L53 3. Sending text or alert via Slack, Telegram,...
Thanks for your suggestion. Interacting with Redis server might be supported in a future release.
You can custom the `SCHEDULE_ADDITIONAL` option to override the `custom_settings` of your spiders, see the [official docs](https://docs.scrapy.org/en/latest/topics/settings.html) for more info. https://github.com/my8100/scrapydweb/blob/8104386438cb7e18e5b619c53aedf22dc5bb8954/scrapydweb/default_settings.py#L150-L154 Labels like Suggestion and Feature request are also available...