This file contains hidden or 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
// API Keys | |
const OPENAI_API_KEY = ''; | |
// Sheet Names | |
const TRANSACTION_SHEET_NAME = 'Transactions'; | |
const CATEGORY_SHEET_NAME = 'Categories'; | |
// Column Names | |
const TRANSACTION_ID_COL_NAME = 'Transaction ID'; | |
const ORIGINAL_DESCRIPTION_COL_NAME = 'Full Description'; |
This file contains hidden or 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, |
This file contains hidden or 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 hidden or 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 (harper@nata2.org) - @harper |