https://github.com/manuelmazzuola/muzei-google-art-project
Muzei Google Art Project Source
https://github.com/manuelmazzuola/muzei-google-art-project
Last synced: 3 months ago
JSON representation
Muzei Google Art Project Source
- Host: GitHub
- URL: https://github.com/manuelmazzuola/muzei-google-art-project
- Owner: manuelmazzuola
- License: unlicense
- Created: 2015-03-25T10:43:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-01T10:53:39.000Z (almost 10 years ago)
- Last Synced: 2025-03-21T01:34:31.633Z (3 months ago)
- Language: Java
- Size: 785 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Muzei - Google Art Project
**Muzei - Google Art Project** is an extension for [muzei](http://muzei.co) that displays random pictures from [Google Art Project](https://www.google.com/culturalinstitute/u/0/project/art-project?hl=it).Google has decided to remove the application from the market.
Download the apk: https://drive.google.com/file/d/0B-bolEUTB7bHMTlLQmd3eFJSZjQ/view?usp=sharing
## How
*Google Art Project* does not provide an `API` so I've reverse engineered the [Google Art Project Chrome Extension](https://chrome.google.com/webstore/detail/google-art-project/akimgimeeoiognljlfchpbkpfbmeapkh).I've discovered that the extension picks a random masterpiece from a [json file](https://github.com/manuelmazzuola/muzei-google-art-project/blob/master/app/src/main/assets/imax.json) that contains an array of objects. Each object contains the masterpiece's informations like the title, author, image url, etc.
Appending the string `=1200-rw` to each image's url, the image retrieved will be at least large 1200px.## Attributions
This app is based upon *Roman Nurik*'s *Muzei sample source app* and uses the Muzei API.
[Muzei](http://muzei.co) is released under the *Apache 2.0* license.See the LICENSES file for further details.
