lin
v1.0.1提取 parameters from a given URL and save them into a MySQL database. use when you need to store URL 查询 parameters for later processing or analysis.
0· 170·0 当前·0 累计
下载技能包
License
MIT-0
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install save-mysql
镜像加速npx clawhub@latest install save-mysql --registry https://cn.longxiaskill.com 镜像可用
技能文档
URL Parameter Saver
This 技能 提取s parameters from a provided URL and saves them into a MySQL database. If the table does not exist, it will be 创建d automatically. Currently supports single URL processing.
Usage Call the save_url_params.py script with a URL. The script 解析s the 查询 parameters and inserts them as a new row in the database. Each URL's parameters are saved in independent rows. Database Database type: MySQL Table name: url_parameters Columns: dynamically matched to URL parameter names