Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukilzw/factory
Docker microservice & Crawler by scrapy
https://github.com/yukilzw/factory
django scrapy tornado
Last synced: 29 days ago
JSON representation
Docker microservice & Crawler by scrapy
- Host: GitHub
- URL: https://github.com/yukilzw/factory
- Owner: yukilzw
- Created: 2017-05-27T01:42:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T16:35:09.000Z (over 3 years ago)
- Last Synced: 2023-03-04T10:39:06.816Z (over 1 year ago)
- Topics: django, scrapy, tornado
- Language: Python
- Homepage:
- Size: 3.84 MB
- Stars: 57
- Watchers: 2
- Forks: 59
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## factory
Python server side.
Mainly used for develop of client rather then release.#### How to start tornado server for Mock?
You have two choices available:
1. install `python3.6`; change the directory to `./tornado` and run `pip install -r requirements.txt` in command; At last run `python main.py` start server.2. If you've ever installed Docker,this might be suit for you.
- `docker pull python:3.6.4`
- `docker build -t factory .`
- `docker run -p 1236:1236 -d factory:latest`