这里是插件的详细介绍部分
使用包管理器安装
在项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install axtbot-plugin-steam
pdm
pdm add axtbot-plugin-steam
poetry
poetry add axtbot-plugin-steam
使用源码安装
在项目的插件目录下,打开命令行,输入以下内容 ```bash git clone https://github.com/AxT-Team/axtbot-plugin-steam ```把src中的文件夹拷贝至插件目录下
打开项目根目录下的 pyproject.toml 文件, 在 [tool.axtbot] 部分追加写入
plugins = ["axtbot_plugin_steam"]
插件安装成功后 请在 .env 文件中配置 如下内容:
UAPI_KEY=uapi-xxxxxxxxxxxxxxxxNote
对应的Uapi Key请在 Uapis 注册获取并生成API KEY 填入此处!