ScrapydWeb: Full-featured web UI for Scrapyd cluster management, Scrapy log analysis & visualization
-
Scrapyd Cluster Management
- Group, filter and select any numbers of nodes
- Execute command on multinodes with one click
-
Scrapy Log Analysis
- Stats collection
- Progress visualization
- Logs categorization
-
All Scrapyd API Supported
- Deploy project, Run Spider, Stop job
- List projects/versions/spiders/running_jobs
- Delete version/project
-
Enhancements
- Basic auth for web UI
- HTML caching for the Log and Stats page
- Auto eggify your projects
- Email notice with multi-triggers provided
To install ScrapydWeb, simply use pip:
pip install scrapydweb
- Run
scrapydweb -h
to get help, then a config file named scrapydweb_settings_vN.py (N for a number) would be copied to current working directory, in which you can custom settings. - Run
scrapydweb
- Visit http://127.0.0.1:5000 (It's recommended to use Google Chrome to get better experience.)