diff --git a/Examples/Readme.md b/Examples/Readme.md new file mode 100644 index 0000000..b8cd877 --- /dev/null +++ b/Examples/Readme.md @@ -0,0 +1,11 @@ +### 说明 + +将此文件夹里的`.json`文件重命名为大于0的纯数字,然后放入自己电脑EasySpider文件夹里的`tasks`文件夹内即可加载对应任务。 + +如果是MacOS系统,需要放入`/Users/用户名/Library/Application Support/EasySpider/tasks`文件夹内。 + +### Instruction + +Rename the `.json` file in this folder to a pure number greater than 0, and then put it into the `tasks` folder in your computer's EasySpider folder to load the corresponding task. + +If it is a MacOS system, you need to put it in the `/Users/username/Library/Application Support/EasySpider/tasks` folder. \ No newline at end of file diff --git a/Examples/Sample Tasks/all_data.xls b/Examples/Sample Tasks with Python/all_data.xls similarity index 100% rename from Examples/Sample Tasks/all_data.xls rename to Examples/Sample Tasks with Python/all_data.xls diff --git a/Examples/Sample Tasks/author_crawl.py b/Examples/Sample Tasks with Python/author_crawl.py similarity index 100% rename from Examples/Sample Tasks/author_crawl.py rename to Examples/Sample Tasks with Python/author_crawl.py diff --git a/Examples/Sample Tasks/author_list.csv b/Examples/Sample Tasks with Python/author_list.csv similarity index 100% rename from Examples/Sample Tasks/author_list.csv rename to Examples/Sample Tasks with Python/author_list.csv diff --git a/Examples/Sample Tasks/desc_crawl.py b/Examples/Sample Tasks with Python/desc_crawl.py similarity index 100% rename from Examples/Sample Tasks/desc_crawl.py rename to Examples/Sample Tasks with Python/desc_crawl.py diff --git a/Examples/Sample Tasks/list.xlsx b/Examples/Sample Tasks with Python/list.xlsx similarity index 100% rename from Examples/Sample Tasks/list.xlsx rename to Examples/Sample Tasks with Python/list.xlsx diff --git a/Examples/Sample Tasks/main.py b/Examples/Sample Tasks with Python/main.py similarity index 100% rename from Examples/Sample Tasks/main.py rename to Examples/Sample Tasks with Python/main.py diff --git a/Examples/Sample Tasks/raw_data.csv b/Examples/Sample Tasks with Python/raw_data.csv similarity index 100% rename from Examples/Sample Tasks/raw_data.csv rename to Examples/Sample Tasks with Python/raw_data.csv diff --git a/Examples/Sample Tasks/service_invoke.py b/Examples/Sample Tasks with Python/service_invoke.py similarity index 100% rename from Examples/Sample Tasks/service_invoke.py rename to Examples/Sample Tasks with Python/service_invoke.py diff --git a/Examples/Sample Tasks/services.js b/Examples/Sample Tasks with Python/services.js similarity index 100% rename from Examples/Sample Tasks/services.js rename to Examples/Sample Tasks with Python/services.js diff --git a/Examples/Sample Tasks/tianyancha.py b/Examples/Sample Tasks with Python/tianyancha.py similarity index 100% rename from Examples/Sample Tasks/tianyancha.py rename to Examples/Sample Tasks with Python/tianyancha.py diff --git a/Examples/Sample Tasks/关键词 - Real.CSV b/Examples/Sample Tasks with Python/关键词 - Real.CSV similarity index 100% rename from Examples/Sample Tasks/关键词 - Real.CSV rename to Examples/Sample Tasks with Python/关键词 - Real.CSV diff --git a/Examples/Sample Tasks/关键词.CSV b/Examples/Sample Tasks with Python/关键词.CSV similarity index 100% rename from Examples/Sample Tasks/关键词.CSV rename to Examples/Sample Tasks with Python/关键词.CSV