shubham587 / ShopKaro

0 stars 0 forks source link

Scrape Lifestyle Website Homepage Images and Store in Amazon S3 #15

Open shubham587 opened 1 month ago

shubham587 commented 1 month ago

We need to scrape all images from the homepage of a specific lifestyle website and store them in an Amazon S3 bucket. You will be provided with the necessary AWS credentials to upload the images to S3.

Requirements: 1.Scraping:

  1. Image Download:

    • Download the images from the URLs obtained during scraping.
    • Ensure all images are downloaded in their original quality and format (e.g., .jpg, .png, etc.).
  2. Amazon S3 Storage:

    • Use the provided AWS credentials to upload all the scraped images to a specified Amazon S3 bucket.
    • Ensure the images are stored in an organized manner (e.g., separate folder for each scrape, or descriptive filenames).
    • Handle any errors during upload (e.g., connection issues, file size limits).

Acceptance Criteria: