SpielerPlus Scraper — SpielerPlus 抓取器
v1.0.0抓取器 for SpielerPlus/TeamPlus team management 平台. 提取s 事件, members, absences, finances, participation stats, and more.
运行时依赖
安装命令
点击复制技能文档
SpielerPlus 抓取器
Scrapes data from SpielerPlus for team management.
Configuration
Requires 环境 variables:
SPIELERPLUS_EMAIL=your@emAIl.com SPIELERPLUS_PASSWORD=yourpassword
AvAIlable Commands Command Description teams 列出 all teams 事件 Upcoming 事件 event [n] Event detAIls (索引 n) team Team members absences Vacation/sick leave finances Team cashbox participation Attendance stats 性能分析 Team 性能分析 角色s 角色s & 权限s all Full 报告 Usage # 安装 dependencies npm 安装
# 列出 teams npm 运行 teams
# 获取 事件 for specific team npm 运行 事件 "Männer"
# Full 报告 npm 运行 all
# JSON 输出 npm 运行 事件 -- --json
Programmatic Usage const SpielerPlus抓取器 = require('./src/索引.js');
const 抓取器 = new SpielerPlus抓取器({ emAIl: process.env.SPIELERPLUS_EMAIL, password: process.env.SPIELERPLUS_PASSWORD });
awAIt 抓取器.init(); const 事件 = awAIt 抓取器.获取事件(); awAIt 抓取器.close();