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

Code Challenge Solution #285

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

Conversation

vedovati-matteo
Copy link

This pull request contains my solution for the code challenge. The goal was to extract a list of Van Gogh paintings from the provided Google search results HTML page.

The solution is written in Python and for extracting the information I used Selenium and BeautifulSoup.

execution_commands.md contains the possible commands that can be executed and requiremnts.txt contains the dependencies needed.

The extractor.py module contains the core logic for parsing the HTML and extracting the data.

In the files/ directory, I have added two more HTML files with different types of information (one for the Boston Celtics roster and one for the Atalanta football team roster). I have also added a couple of HTML files with missing parts, used in the tests.

Thank you for the opportunity to work on this code challenge. I look forward to your feedback!

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.

1 participant