2021-03-21更新 增加bot交互,spnode指令,功能是否开启自动根据你的配置判断,详见 https://gitee.com/lxk0301/jd_docker/pulls/18

This commit is contained in:
lxk0301
2021-03-21 16:22:26 +08:00
parent c00eabf6ca
commit 1d2d83b063
8 changed files with 1282 additions and 78 deletions

13
docker/bot/setup.py Normal file
View File

@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
# @Author : iouAkira(lof)
# @mail : e.akimoto.akira@gmail.com
# @CreateTime: 2020-11-02
# @UpdateTime: 2021-03-21
from setuptools import setup
setup(
name='jd-scripts-bot',
version='0.2',
scripts=['jd_bot', ],
)