An open API service indexing awesome lists of open source software.

https://github.com/zzy/rust-async-spider

Just a clean boilerplate for crawling website & scrapping data with async-std, surf, scraper, colored.
https://github.com/zzy/rust-async-spider

async-std colored rust-async-crawler scraper surf

Last synced: 6 months ago
JSON representation

Just a clean boilerplate for crawling website & scrapping data with async-std, surf, scraper, colored.

Awesome Lists containing this project

README

          

# rust-async-spider

Just a clean boilerplate for crawling website & scrapping data with:

- async-std
- surf
- scraper
- colored

## How to use?

``` bash
git clone git@github.com:zzy/rust-async-spider.git
cd rust-async-spider
cargo build
cargo run
```

## References

- [mjs2600/hn](https://github.com/mjs2600/hn)