This skill provides the ability to perform web searches using Alibaba Cloud UnifiedSearch API.
python search.py "云栖大会"
python search.py "北京天气" --engine-type "Generic" --city "北京市"
python search.py "金融新闻" --category "finance" --time-range "OneWeek" --engine-type "GenericAdvanced"
search.py: Python implementation of Alibaba Cloud UnifiedSearch APIBefore using, you need to:
```bash
export ALIBABA_CLOUD_ACCESS_KEY_ID="your_access_key_id"
export ALIBABA_CLOUD_ACCESS_KEY_SECRET="your_access_key_secret"
```
pip install aliyun-python-sdk-core requests共 1 个版本