Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project: ScrapydWeb #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ thereof), see Architectures. -->
1. **nvda** - ([Repo](https://github.com/nvaccess/nvda), [Home](https://www.nvaccess.org/)) Non-Visual Desktop Access, a powerful screen reader for Windows. `(windows, wx)`
1. **Ranger** - ([Repo](https://github.com/ranger/ranger), [Home](https://ranger.github.io/)) Console-based file manager, inspired by vim. `(linux, curses)`
1. **Redash** - ([Repo](https://github.com/getredash/redash), [Home](https://redash.io/)) Data visualization and dashboard construction geared toward business intelligence, used by Mozilla, SoundCloud, Sentry, and others. `(server, flask)`
1. **ScrapydWeb** - ([Repo](https://github.com/my8100/scrapydweb), [PyPI](https://pypi.org/project/scrapydweb/), [Docs](https://github.com/my8100/files/blob/master/scrapydweb/README.md)) A full-featured web UI for Scrapyd cluster management, which supports Scrapy Log Analysis & Visualization, Auto Packaging, Timer Tasks, Email Notice and so on. `(server, flask)`

## <a id="tag-organization" href="#tag-organization">Organization</a>

Expand Down
6 changes: 6 additions & 0 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,12 @@ projects:
pypi_url: https://pypi.org/project/mackup
desc: Utility to back up and synchronize application settings, with support for several storage backends (e.g., Dropbox, Git), and dozens of applications.
tags: ["productivity", "linux", "mac"]
- name: ScrapydWeb
repo_url: https://github.com/my8100/scrapydweb
pypi_url: https://pypi.org/project/scrapydweb/
docs_url: https://github.com/my8100/files/blob/master/scrapydweb/README.md
desc: A full-featured web UI for Scrapyd cluster management, which supports Scrapy Log Analysis & Visualization, Auto Packaging, Timer Tasks, Email Notice and so on.
tags: ["productivity", "flask", "server"]


## Organization
Expand Down