52

A full-featured web UI for Scrapyd cluster management

 5 years ago
source link: https://www.tuicool.com/articles/hit/z6zAfa3
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

:abc: English | :mahjong:️ 简体中文

ScrapydWeb: A full-featured web UI for Scrapyd cluster management, with Scrapy log analysis & visualization supported.

v2e26fJ.png!web

Scrapyd :x: ScrapydWeb :x: LogParser

:book: Recommended Reading

:link: How to efficiently manage your distributed web scraping projects

:star:️ Features

View contents
  • :diamond_shape_with_a_dot_inside: Scrapyd Cluster Management

    • :100: All Scrapyd JSON API Supported
    • :ballot_box_with_check: Group, filter and select any number of nodes
    • Execute command on multinodes with just a few clicks
  • :mag: Scrapy Log Analysis

    • :bar_chart: Stats collection
    • :chart_with_upwards_trend: Progress visualization
    • :bookmark_tabs: Logs categorization
  • :battery: Enhancements

    • :package: Auto eggify your projects
    • Integrated with :link: LogParser
    • :e-mail: Email notice
    • :iphone: Mobile UI
    • :closed_lock_with_key: Basic auth for web UI

:eyes: Preview

:computer: Getting Started

View contents

:warning: Prerequisites

:exclamation:️ Make sure that :link: Scrapyd has been installed and started on all of your hosts.

:bangbang: Note that for remote access, you have to manually set 'bind_address = 0.0.0.0' in :link: the configuration file of Scrapyd and restart Scrapyd to make it visible externally.

:arrow_down: Install

  • Use pip:
pip install scrapydweb
  • Use git:
git clone https://github.com/my8100/scrapydweb.git
cd scrapydweb
python setup.py install

:arrow_forward: Start

  1. Start ScrapydWeb via command scrapydweb . (a config file would be generated for customizing settings at the first startup.)
  2. Visit http://127.0.0.1:5000 (It's recommended to use Google Chrome for a better experience.)

:globe_with_meridians: Browser Support

The latest version of Google Chrome, Firefox, and Safari.

:heavy_check_mark: Running the tests

View contents
$ git clone https://github.com/my8100/scrapydweb.git
$ cd scrapydweb

# To create isolated Python environments
$ pip install virtualenv
$ virtualenv venv/scrapydweb
# Or specify your Python interpreter: $ virtualenv -p /usr/local/bin/python3.7 venv/scrapydweb
$ source venv/scrapydweb/bin/activate

# Install dependent libraries
(scrapydweb) $ python setup.py install
(scrapydweb) $ pip install pytest
(scrapydweb) $ pip install coverage

# Make sure Scrapyd has been installed and started, then update the custom_settings item in tests/conftest.py
(scrapydweb) $ vi tests/conftest.py
(scrapydweb) $ curl http://127.0.0.1:6800

(scrapydweb) $ coverage run --source=scrapydweb -m pytest tests/test_a_factory.py -s -vv
(scrapydweb) $ coverage run --source=scrapydweb -m pytest tests -s -vv
(scrapydweb) $ coverage report
# To create an HTML report, check out htmlcov/index.html
(scrapydweb) $ coverage html

Built With

:clipboard: Changelog

Detailed changes for each release are documented in the :link: HISTORY.md .

:man:‍:computer: Author

JRRVz2y.png!web

my8100

:busts_in_silhouette: Contributors

Ef6Zvue.png!web

Kaisla

:copyright: License

This project is licensed under the GNU General Public License v3.0 - see the :link: LICENSE file for details.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK