File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
name = " reqwest-scraper"
3
3
version = " 0.2.0"
4
4
edition = " 2021"
5
- description = " Scraping integration with reqwest"
5
+ description = " Web scraping integration with reqwest"
6
6
license-file = " LICENSE"
7
7
repository = " https://github.com/holmofy/reqwest-scraper"
8
8
Original file line number Diff line number Diff line change 1
- ## reqwest-scraper - Scraping integration with reqwest
1
+ ## reqwest-scraper - Web scraping integration with reqwest
2
2
3
3
[ ![ crates.io] ( https://img.shields.io/crates/v/reqwest-scraper.svg )] ( https://crates.io/crates/reqwest-scraper )
4
4
[ ![ Documentation] ( https://docs.rs/reqwest-scraper/badge.svg )] ( https://docs.rs/reqwest-scraper )
5
5
[ ![ CI] ( https://github.com/holmofy/reqwest-scraper/workflows/Publish/badge.svg )] ( https://github.com/holmofy/reqwest-scraper/actions?query=workflow%3APublish )
6
6
7
- Expand [ reqwest] ( https://github.com/seanmonstar/reqwest ) functionality to support multiple crawling methods.
7
+ Extends [ reqwest] ( https://github.com/seanmonstar/reqwest ) to support multiple web scraping methods.
8
8
9
9
### Features
10
10
11
- * [x] Use [ JsonPath] ( #jsonpath ) to select fields in json
12
- * [x] Select elements in HTML using [ CSS selector] ( #css-selector )
13
- * [x] Evalute the value in HTML using [ xpath expression] ( #xpath )
11
+ * [x] Use [ JsonPath] ( #jsonpath ) to select fields in json response
12
+ * [x] Select elements in HTML response using [ CSS selector] ( #css-selector )
13
+ * [x] Evalute the value in HTML response using [ xpath expression] ( #xpath )
14
14
* [ ] Derive macro extract
15
15
16
16
### Start Guide
You can’t perform that action at this time.
0 commit comments