Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Oct 23, 2024
1 parent 41ba325 commit 3c98e5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ scrapy crawl <spider_name>
+ 34).demo_conf: 支持从 .conf 中获取自定义配置
```

## 超级棒的示例
简单、快速、优雅地实现分布式开发,部署及运行的示例:`demo_s`,具体介绍请在 `DemoSpider` 项目中查看,运行示例图为:

![async-demo](https://raw.githubusercontent.com/shengchenyang/AyugeSpiderTools/master/examples/ayugespidertools-async-demo.png)

## 跑通测试

前提:需要在 `tests``VIT` 目录下创建 `.conf` 文件,已给出示例文件,请填写测试所需内容,然后:
Expand Down
6 changes: 6 additions & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ Scenario of storing data in Oracle(need to install ayugespidertools[database]):
+ 34).demo_conf: Supports obtaining custom configuration from .conf.
```

## Awesome Demo

An example of quickly realizing distributed development: `demo_s`. Please view the detailed introduction in the `DemoSpider` project. The running example picture is:

![async-demo](https://raw.githubusercontent.com/shengchenyang/AyugeSpiderTools/master/examples/ayugespidertools-async-demo.png)

## Run Through The Test

Prerequisite: You need to create a `.conf` file in the `VIT` directory of the `tests`, and an example file has been
Expand Down
Binary file added examples/ayugespidertools-async-demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c98e5f

Please sign in to comment.