bing-image-scrapper
A simple Rust utility to scrape image URLs from Bing search results.
Installation
Usage
CLI
By default, the program searches for "apple":
You can also specify a search query as a command-line argument:
Library
Add this to your Cargo.toml:
[]
= "0.1.0"
Then use it in your code:
async
License
This project is licensed under the MIT License.