forked from clips/pattern
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.py
More file actions
19 lines (18 loc) · 1.18 KB
/
Copy pathapi.py
File metadata and controls
19 lines (18 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#--- API LICENSE CONFIGURATION -----------------------------------------------------------------------
# Default license keys used by pattern.web.SearchEngine to contact different API's.
# Google and Yahoo are paid services for which you need a personal license + payment method.
# The default Google license is for testing purposes (100 daily queries).
# Twitter, Wikipedia and Facebook are free.
# Bing, Flickr and ProductsWiki use licenses shared among all Pattern users.
license = {}
license["Google"] = "AIzaSyBxe9jC4WLr-Rry_5OUMOZ7PCsEyWpiU48"
license["Bing"] = "VnJEK4HTlntE3SyF58QLkUCLp/78tkYjV1Fl3J7lHa0="
license["Yahoo"] = ("", "") # OAuth consumer key + consumer secret.
license["Twitter"] = ("p7HUdPLlkKaqlPn6TzKkA", # OAuth (key, secret, token)
"R7I1LRuLY27EKjzulutov74lKB0FjqcI2DYRUmsu7DQ", (
"14898655-TE9dXQLrzrNd0Zwf4zhK7koR5Ahqt40Ftt35Y2qY",
"q1lSRDOguxQrfgeWWSJgnMHsO67bqTd5dTElBsyTM"))
license["Facebook"] = "332061826907464|jdHvL3lslFvN-s_sphK1ypCwNaY"
license["Wikipedia"] = None
license["Flickr"] = "787081027f43b0412ba41142d4540480"
license["Products"] = "64819965ec784395a494a0d7ed0def32"