使用前请填写你自己的cookie,具体api分析见这篇博客
HEADERS = {
"Cookie": "", # TODO: 填写cookie
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36",
}
git clone git@github.com:qxdn/magic-market.git
cd magic-market
python -m pip install -r requestments.txt
python main.py
初次运行会生成config.json
,里面填上你的cookie,再次运行
{"cookie": "请填写cookie"}
结果会在result.txt
里面
- [*] 更好的prompt方式
- [*] 多种检索方法
- 更好的412提示方式