Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Artwork Crawler #297

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

marina-ferreira
Copy link

Summary

  1. This PR creates a gem for implementing artwork crawler solution

  2. Adds a new module for parsing artwork information from Google search results HTML pages, including artwork titles, links, images, and metadata.

    The following main classes were added:

    • Google::Artwork::Crawler
    • Google::Artwork::Parser
    • Google::Artwork::ImageReplacerScriptParser

    The images without base64 information fallback to the resource url.

  3. Adds a rake task for testing purposes

    Available Artists:

    • Van Gogh
    • Picasso
    • Leonardo da Vinci

Usage

rake search_artwork

@andypple83 andypple83 self-assigned this Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants