python-baidusearch
python-baidusearch copied to clipboard
自己手写的百度搜索接口的封装,pip安装,支持命令行执行。Baidu Search unofficial API for Python with no external dependencies
Results
3
python-baidusearch issues
Sort by
recently updated
recently updated
newest added
trafficstars
搜索结果为空
1
 请问为什么搜索结果为空
In setup.py: def read(fname): return open(os.path.join(os.path.dirname(__file__), fname),encoding="utf-8").read(); didn't make sure that the encoding is UTF-8.(I myself add the encoding="utf-8")And this will cause some gbk-users can't pip install baidusearch with command...