Skip to content

Instantly share code, notes, and snippets.

View waytobehigh's full-sized avatar

Michael Vasilkovsky waytobehigh

View GitHub Profile
Michael, [12 июня 2018 г., 10:00:33]:
def get_picture(self, search_request):
headers = {
'Ocp-Apim-Subscription-Key': self.bing_api_key,
}
params = {
'q': search_request,
'count': '10',
'offset': '0',