{"id":15027041,"url":"https://github.com/dormymo/spiderkeeper","last_synced_at":"2025-05-14T17:05:46.226Z","repository":{"id":45831180,"uuid":"49886801","full_name":"DormyMo/SpiderKeeper","owner":"DormyMo","description":"admin ui for scrapy/open source scrapinghub","archived":false,"fork":false,"pushed_at":"2023-05-04T20:44:05.000Z","size":3800,"stargazers_count":2766,"open_issues_count":70,"forks_count":503,"subscribers_count":106,"default_branch":"master","last_synced_at":"2025-05-14T17:05:27.795Z","etag":null,"topics":["dashboard","scrapy","scrapy-ui","scrapyd","scrapyd-dashboard","scrapyd-ui","spider"],"latest_commit_sha":null,"homepage":"http://sk.7mdm.com:5000/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DormyMo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-01-18T15:48:28.000Z","updated_at":"2025-04-24T16:06:18.000Z","dependencies_parsed_at":"2023-01-21T11:32:03.868Z","dependency_job_id":"9aa36a5c-8c4f-4b66-a44b-3952f3b9ae96","html_url":"https://github.com/DormyMo/SpiderKeeper","commit_stats":{"total_commits":90,"total_committers":7,"mean_commits":"12.857142857142858","dds":0.09999999999999998,"last_synced_commit":"d6156d35a95ba8c3ac759a08367079619555b6dd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DormyMo%2FSpiderKeeper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DormyMo%2FSpiderKeeper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DormyMo%2FSpiderKeeper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DormyMo%2FSpiderKeeper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DormyMo","download_url":"https://codeload.github.com/DormyMo/SpiderKeeper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254190396,"owners_count":22029632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","scrapy","scrapy-ui","scrapyd","scrapyd-dashboard","scrapyd-ui","spider"],"created_at":"2024-09-24T20:05:40.645Z","updated_at":"2025-05-14T17:05:46.204Z","avatar_url":"https://github.com/DormyMo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpiderKeeper\n\n[![Latest Version](http://img.shields.io/pypi/v/SpiderKeeper.svg)](https://pypi.python.org/pypi/SpiderKeeper)\n[![Python Versions](http://img.shields.io/pypi/pyversions/SpiderKeeper.svg)](https://pypi.python.org/pypi/SpiderKeeper)\n[![The MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/DormyMo/SpiderKeeper/blob/master/LICENSE)\n   \nA scalable admin ui for spider service \n\n## Features\n\n- Manage your spiders from a dashboard. Schedule them to run automatically\n- With a single click deploy the scrapy project\n- Show spider running stats\n- Provide api\n\n\nCurrent Support spider service\n- [Scrapy](https://github.com/scrapy/scrapy) ( with [scrapyd](https://github.com/scrapy/scrapyd))\n\n## Screenshot\n![job dashboard](https://raw.githubusercontent.com/DormyMo/SpiderKeeper/master/screenshot/screenshot_1.png)\n![periodic job](https://raw.githubusercontent.com/DormyMo/SpiderKeeper/master/screenshot/screenshot_2.png)\n![running stats](https://raw.githubusercontent.com/DormyMo/SpiderKeeper/master/screenshot/screenshot_3.png)\n\n## Getting Started\n\n\n### Installing\n\n\n```\npip install spiderkeeper\n```\n\n### Deployment\n\n``` \n\nspiderkeeper [options]\n\nOptions:\n\n  -h, --help            show this help message and exit\n  --host=HOST           host, default:0.0.0.0\n  --port=PORT           port, default:5000\n  --username=USERNAME   basic auth username ,default: admin\n  --password=PASSWORD   basic auth password ,default: admin\n  --type=SERVER_TYPE    access spider server type, default: scrapyd\n  --server=SERVERS      servers, default: ['http://localhost:6800']\n  --database-url=DATABASE_URL\n                        SpiderKeeper metadata database default: sqlite:////home/souche/SpiderKeeper.db\n  --no-auth             disable basic auth\n  -v, --verbose         log level\n  \n\nexample:\n\nspiderkeeper --server=http://localhost:6800\n\n```\n\n## Usage\n\n```\nVisit: \n\n- web ui : http://localhost:5000\n\n1. Create Project\n\n2. Use [scrapyd-client](https://github.com/scrapy/scrapyd-client) to generate egg file \n\n   scrapyd-deploy --build-egg output.egg\n\n2. upload egg file (make sure you started scrapyd server)\n\n3. Done \u0026 Enjoy it\n\n- api swagger: http://localhost:5000/api.html\n\n```\n\n## TODO\n- [ ] Job dashboard support filter\n- [x] User Authentication\n- [ ] Collect \u0026 Show scrapy crawl stats\n- [ ] Optimize load balancing\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/DormyMo/SpiderKeeper/tags). \n\n## Authors\n\n- *Initial work* - [DormyMo](https://github.com/DormyMo)\n\nSee also the list of [contributors](https://github.com/DormyMo/SpiderKeeper/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Contributing\n\nContributions are welcomed!\n\n## 交流反馈\n\nQQ群：\n\n1群: 389688974（已满）\n\n2群: 285668943\n\n## 捐赠\n![Contact](https://raw.githubusercontent.com/DormyMo/SpiderKeeper/master/screenshot/donate_wechat.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdormymo%2Fspiderkeeper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdormymo%2Fspiderkeeper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdormymo%2Fspiderkeeper/lists"}