DormyMo / SpiderKeeper
- пятница, 14 апреля 2017 г. в 03:11:41
Python
admin ui for scrapy/open source scrapinghub
A scalable admin ui for spider service
Current Support spider service
pip install spiderkeeper
spiderkeeper [options]
Options:
-h, --help show this help message and exit
--type=SERVER_TYPE access spider server type, default:scrapyd
--host=HOST host, default:0.0.0.0
--port=PORT port, default:5000
--server=SERVERS servers (support multiply server), default:http://localhost:6800
example:
spiderkeeper --server=http://localhost:6800
Visit:
- web ui : http://localhost:5000
1. Create Project
2. Use [scrapyd-client](https://github.com/scrapy/scrapyd-client) to generate egg file
scrapyd-deploy --build-egg output.egg
2. upload egg file (make sure you started scrapyd server)
3. Done & Enjoy it
- api swagger: http://localhost:5000/api.html
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
Contributions are welcomed!