Hello Rustaceans,
I'm so happy to share my first cli program written in rust. Actually have program in some other languages before but rust made me understand coding better, I don't just do things, I have to know the reasons .
This is a scrapper that can scrap image URL from any website and save the URL in .CSV for further analysis.
I wanted to thank this community for making it easy for me despite the code is less than 100 lines, anytime I get stucked or confuse, I come here, state my problems and this awesome community help me out. So happy.
The code is on my GitHub repository : GitHub - Michaelin007/imgs: image url web-scrapper written in rust
I'm open for contribution and improvements. Thanks a lot.