ultralytics / google-images-download

Google/Bing Images Web Downloader
https://ultralytics.com
GNU Affero General Public License v3.0
294 stars 84 forks source link

A docker image for controlling the bing scraper. #27

Closed SaitamaTechno closed 2 months ago

SaitamaTechno commented 2 months ago

Hello, I have created a docker image for controlling this scraper. This docker image allows user to control the bot either from a website or by an api. To run the software, you only need one command:

docker run -d -p 80:80 --name image_searcher saitamatechno/google_images_download:v1.0

My pull request only needs editing your README.md file and my software instructions are in another repository.

I hope, you may accept my request.

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Integration of Docker support and User-Agent updates for better scraping capabilities.

📊 Key Changes

🎯 Purpose & Impact

🎉 These changes are geared towards making the tool more user-friendly and efficient, especially for those looking to integrate it into larger projects or use it within containerized applications.

glenn-jocher commented 2 months ago

@SaitamaTechno great, thank you for your contributions!