imgs - CLI Webscrapper
image url web-scrapper written in rust This is a cli application completely written in rust, it aim is to scrap image-url from any website and save the scrapped url in txt format. To get started, make sure you have rust install on your system Run : cargo run -- example.csv http://www.example.com
The example.csv will be saved in your directory and you can open it with any spreadsheet.
You can run cargo build --release
for nice experience with your system and you can also distribute the release version for your operating system.
Thanks open for improvements
You can contribute to this project or tell me how to make it better by creating a pull request. Thanks.
Special Thanks
jRimbault for providing code review and code improvement