Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozillazg/python-shanbay-team-assistant
扇贝网 (www.shanbay.com) 小组管理助手
https://github.com/mozillazg/python-shanbay-team-assistant
Last synced: 13 days ago
JSON representation
扇贝网 (www.shanbay.com) 小组管理助手
- Host: GitHub
- URL: https://github.com/mozillazg/python-shanbay-team-assistant
- Owner: mozillazg
- License: mit
- Created: 2013-10-15T14:32:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-05T02:54:47.000Z (almost 8 years ago)
- Last Synced: 2024-12-12T16:44:12.009Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 142 KB
- Stars: 18
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# shanbay team assistant
[![Build Status](https://travis-ci.org/mozillazg/python-shanbay-team-assistant.svg)](https://travis-ci.org/mozillazg/python-shanbay-team-assistant)
[扇贝网](http://www.shanbay.com) 小组管理助手(Powered by [python-shanbay](https://github.com/mozillazg/python-shanbay]))。
目前专为 [彪悍的人生无需解释](http://www.shanbay.com/team/detail/3352/) 小组定制。
如要用于其他小组,修改 settings.ini.example 和模板文件即可。
## 功能
* 更新小组成员加入条件
* 获取所有小组成员的打卡等情况
* 通过规则判断是否需要执行踢人等操作
* 发站内短信
* 发帖
* 回帖
* 发送欢迎、恭喜、警告、踢人站内短信
* 支持半自动/全自动执行查卡操作## 使用
下载:
https://github.com/mozillazg/python-shanbay-team-assistant/releases### 安装依赖
```pip install -r requirements.txt```### 修改配置文件
复制 settings.ini.example 为 settings.ini,修改其中的配置项。### 修改模板文件
复制 templates 目录下的 .example 文件为 .txt 文件,并修改 txt 文件的内容。### 查卡
命令行下执行 ```python assistant.py```可以通过 -s 指定配置文件: ``` python assistant.py -s settings_biaohan.ini```
## 谁在使用
* [彪悍的人生无需解释小组](http://www.shanbay.com/team/detail/3352/)
* [轻舞飞扬小组](http://www.shanbay.com/team/detail/2320/)
* [35000单词不是梦小组](http://www.shanbay.com/team/detail/10879/)