Skip to content

Instantly share code, notes, and snippets.

@dEN5-tech
dEN5-tech / gist:792da7d6f05232fcb7fd4f52c4064e33
Created January 7, 2022 16:28
python | parse yandex images | requests | json | params | search by image | search by word
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import requests
import json
import sys
from pprint import pprint
from html_to_json import convert as cnv
from random import randint
from lxml.html.clean import Cleaner
import lxml