Skip to content

Instantly share code, notes, and snippets.

View pco2699's full-sized avatar

pco2699

View GitHub Profile
@pco2699
pco2699 / bing_api.py
Created September 28, 2016 14:15 — forked from katryo/bing_api.py
# -*- coding: utf-8 -*-
import urllib
import requests
import json
class Bing(object):
# コンストラクタ(初期化)
def __init__(self, key):
self.api_key = key