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
""" | |
Скрипт загрузки документов с Роспатента. | |
Для загрузки по другим параметрам можно в `params` поменять запрос `q` | |
Также можно поменять папку, куда грузить результаты в `dest_path` | |
Требуется Python >= 3.7 и либа `requests` | |
""" | |
import json | |
import requests | |
import time |