This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import urllib | |
import requests | |
import json | |
import random | |
""" | |
here is a wrapper for the *unreleased* electric objects API | |
Built by Harper Reed ([email protected]) - @harper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"dominantColors": { | |
"colors": [ | |
{ | |
"color": { | |
"red": 224, | |
"green": 197, | |
"blue": 136 | |
}, | |
"score": 0.22920254, | |
"pixelFraction": 0.032422893 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"landmarkAnnotations": [ | |
{ | |
"mid": "/m/0xsq6", | |
"description": "Battersea Power Station", | |
"score": 0.6383035, | |
"boundingPoly": { | |
"vertices": [ | |
{ | |
"x": 187, |