-
Notifications
You must be signed in to change notification settings - Fork 1
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
Example #33
Conversation
Please @modhurita review, and add yourself to the citation, once we have a new version we can put it in Zenodo and add your name there too |
… the saved image filename
README.md
Outdated
scraper.close() | ||
``` | ||
To download data from GoogleArt it is necessary to install | ||
[Firefox](https://www.mozilla.org/en-US/firefox/new/) and `geckodriver`. Geckodriver is installed automatically when you run the code for the first time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it not confusing to first say that geckodriver needs to be installed, and then say that it is installed automatically? Maybe it is better to leave out any mention of geckodriver?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes let's remove geckodriver
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "54afc420", | ||
"execution_count": 5, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cell 5 is empty and needs to be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes please
Hi @jgarciab : Thanks for your work on improving this repository! I have provided some comments above, and changed some things myself online. I hope they look okay to you. I could run the Google Arts & Culture parts of the example notebooks, but not the WikiArt ones. I obtained API keys by creating a WikiArt account, and placed them in the examples directory, as per the instructions in the README. However, the very first example cell didn't execute successfully. This is the error I got:
Finally, at which position in the names list in the citation should I add my name? Thanks, |
Hi Modhurita, I only tried with the interactive version, could you try to figure it out? That was Raoul's part, if you don't understand it how it works maybe you could ask him. You can add your name in second place in the citation if you are okay with that. |
Hi @jgarciab : The WikiArt part seems to work now - not sure why I got that error earlier. I have made the other changes. I approve the pull request; you can now merge this branch into main now. |
Improved examples and README