You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,20 @@
2
2
3
3
English | [简体中文](https://github.com/coder-hxl/x-crawl/blob/main/docs/cn.md)
4
4
5
-
x-crawl is a flexible nodejs crawler library. It is used to batch crawl data, network requests and download file resources. Support crawling data asynchronously or synchronously. Since it runs on nodejs, it is friendly to JS/TS developers.
5
+
X-Crawl is a flexible Nodejs reptile bank. Used to crawl pages, batch network requests, and download file resources in batches. There are 5 kinds of RequestConfig writing, 3 ways to obtain results, and crawl data asynchronous or synchronized mode. Run on Nodejs and be friendly to JS/TS developers.
6
6
7
7
If you feel good, you can support [x-crawl repository](https://github.com/coder-hxl/x-crawl) with a Star.
8
8
9
9
## Features
10
10
11
-
- Support asynchronous/synchronous way to crawl data.
12
-
- Support Promise/Callback method to get the result.
13
-
- Anthropomorphic request interval.
14
-
- Crawl pages, JSON, file resources, etc. with simple configuration.
15
-
- Polling function, timing crawling.
16
-
- The built-in puppeteer crawls the page and uses the jsdom library to parse the page.
17
-
- Written in TypeScript, has type hints, and provides generics.
11
+
- Cules data for asynchronous/synchronous ways.
12
+
- In three ways to obtain the results of the three ways of supporting Promise, Callback, and Promise + Callback.
13
+
- RquestConfig has 5 ways of writing.
14
+
- The anthropomorphic request interval time.
15
+
- In a simple configuration, you can capture pages, JSON, file resources, and so on.
16
+
- The rotation function, crawl regularly.
17
+
- The built -in Puppeteer crawl the page and uses the JSDOM library to analyze the page, or it can also be parsed by itself.
18
+
- Chopening with TypeScript, possessing type prompts, and providing generic types.
Copy file name to clipboardExpand all lines: publish/README.md
+16-25
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,20 @@
2
2
3
3
English | [简体中文](https://github.com/coder-hxl/x-crawl/blob/main/docs/cn.md)
4
4
5
-
x-crawl is a flexible nodejs crawler library. It is used to batch crawl data, network requests and download file resources. Support crawling data asynchronously or synchronously. Since it runs on nodejs, it is friendly to JS/TS developers.
5
+
X-Crawl is a flexible Nodejs reptile bank. Used to crawl pages, batch network requests, and download file resources in batches. There are 5 kinds of RequestConfig writing, 3 ways to obtain results, and crawl data asynchronous or synchronized mode. Run on Nodejs and be friendly to JS/TS developers.
6
6
7
7
If you feel good, you can support [x-crawl repository](https://github.com/coder-hxl/x-crawl) with a Star.
8
8
9
9
## Features
10
10
11
-
- Support asynchronous/synchronous way to crawl data.
12
-
- Support Promise/Callback method to get the result.
13
-
- Anthropomorphic request interval.
14
-
- Crawl pages, JSON, file resources, etc. with simple configuration.
15
-
- Polling function, timing crawling.
16
-
- The built-in puppeteer crawls the page and uses the jsdom library to parse the page.
17
-
- Written in TypeScript, has type hints, and provides generics.
11
+
- Cules data for asynchronous/synchronous ways.
12
+
- In three ways to obtain the results of the three ways of supporting Promise, Callback, and Promise + Callback.
13
+
- RquestConfig has 5 ways of writing.
14
+
- The anthropomorphic request interval time.
15
+
- In a simple configuration, you can capture pages, JSON, file resources, and so on.
16
+
- The rotation function, crawl regularly.
17
+
- The built -in Puppeteer crawl the page and uses the JSDOM library to analyze the page, or it can also be parsed by itself.
18
+
- Chopening with TypeScript, possessing type prompts, and providing generic types.
18
19
19
20
## Relationship with puppeteer
20
21
@@ -95,7 +96,6 @@ Regular crawling: Get the recommended pictures of the youtube homepage every oth
0 commit comments