Skip to content

Commit d1f1d27

Browse files
committed
docs: getting started, issues, license
1 parent 4d43fee commit d1f1d27

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ crawlApp.crawlPage('https://www.airbnb.cn/s/select_homes').then(async (res) => {
7979
})
8080
})
8181
```
82+
8283
> [!TIP]
8384
> Can even send the whole HTML to the AI to help us operate, because the website content is more complex you also need to describe the location to get more accurately, and will consume a lot of Tokens.
84-
>
85+
>
8586
> Even if the subsequent update of the website causes the class name or structure to change, it can climb to the data normally, because we no longer rely on the fixed class name or structure to locate and extract the required information, but let the AI understand and parse the semantic information of the web page, so as to extract the required data more efficiently, intelligently and conveniently.
86-
Run:
8787
8888
![](https://raw.githubusercontent.com/coder-hxl/x-crawl/main/assets/example.gif)
8989

@@ -1359,10 +1359,16 @@ For ease of viewing, it is formatted here
13591359

13601360
**warning**: x-crawl is for legal use only. Any illegal activity using this tool is prohibited. Please be sure to comply with the robots.txt file regulations of the target website. This example is only used to demonstrate the use of x-crawl and is not targeted at a specific website.
13611361

1362-
## Documentations
1362+
## Getting Started
13631363

1364-
[English](https://coder-hxl.github.io/x-crawl) | [简体中文](https://coder-hxl.github.io/x-crawl/cn)
1364+
Documentations: [English](https://coder-hxl.github.io/x-crawl) | [简体中文](https://coder-hxl.github.io/x-crawl/cn) | [V9 English](https://github.com/coder-hxl/x-crawl/blob/v9.0.0/README.md) | [V9 简体中文](https://github.com/coder-hxl/x-crawl/blob/v9.0.0/docs/cn.md)
1365+
1366+
Community: [Discord](https://discord.gg/SF7aaebg4E)
1367+
1368+
## Issues
1369+
1370+
If you have **questions, requirements, and good suggestions**, you can raise **Issues** in [GitHub Issues](https://github.com/coder-hxl/x-crawl/issues).
13651371

1366-
x-crawl v9 documentations:
1372+
## License
13671373

1368-
[English](https://github.com/coder-hxl/x-crawl/blob/v9.0.0/README.md) | [简体中文](https://github.com/coder-hxl/x-crawl/blob/v9.0.0/docs/cn.md)
1374+
MIT License Copyright (c) 2023-present [CoderHXL](https://github.com/coder-hxl)

0 commit comments

Comments
 (0)