python-baidusearch icon indicating copy to clipboard operation
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

![image](https://github.com/amazingcoderxyz/python-baidusearch/assets/48812036/459491a4-27dd-49b5-a407-972f67bf894f) 请问为什么搜索结果为空

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...