有专利号,批量下载专利
https://github.com/lancer1911/epo_download
参考这篇文章,下载专利
文中提到了在mac 下用brew ,linux 下用 /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)” 出现 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused,
输入网址https://www.ipaddress.com/
搜索框里查询raw.githubusercontent.com的真实IP,这里显示为

然后修改host文件,添加一行199.232.68.133 raw.githubusercontent.com
再输入命令,结果发现说没有安装git
Ubuntu 下输入git --version
发现没有,然后按照命名 apt install git
安装完后这里并没有进行配置。
需要对python 进行更换
参考
https://unix.stackexchange.com/questions/410579/change-the-python3-default-version-in-ubuntu
Check python version on terminal - python --version
Get root user privileges. On terminal type - sudo su
Write down the root user password
Execute this command to switch to python 3.6 -
update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Check python version - python --version
Done.
这个不用切换到root 用户对个人用户python 进行切换
https://www.jianshu.com/p/9d3033d1b26f
x现在运行环境改为python3了,所以呢,原先代码中的很多是python 2编写的,要进行修改
https://stackoverflow.com/questions/673174/which-tkinter-modules-were-renamed-in-python-3
这是python2-python3的一个替换。
一切准备妥当后,发现可以下载一篇专利,因为用到了图片识别码,可能是欧专局为了防止机器人自动下载设置的。
337

被折叠的 条评论
为什么被折叠?



