返回顶部
s

spielerplus-scraperSpielerPlus数据抓取

Scraper for SpielerPlus/TeamPlus team management platform. Extracts events, members, absences, finances, participation stats, and more.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
84
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

spielerplus-scraper

SpielerPlus 数据抓取工具

从SpielerPlus抓取数据,用于团队管理。

配置

需要设置环境变量:

SPIELERPLUS_EMAIL=your@email.com
SPIELERPLUS_PASSWORD=yourpassword

可用命令

命令描述
teams列出所有团队
events
即将到来的活动 | | event [n] | 活动详情(索引n) | | team | 团队成员 | | absences | 请假/病假 | | finances | 团队资金 | | participation | 出勤统计 | | profile | 团队简介 | | roles | 角色与权限 | | all | 完整报告 |

使用方法

bash

安装依赖


npm install

列出团队

npm run teams

获取特定团队的活动

npm run events Männer

完整报告

npm run all

JSON格式输出

npm run events -- --json

编程使用

javascript
const SpielerPlusScraper = require(./src/index.js);

const scraper = new SpielerPlusScraper({
email: process.env.SPIELERPLUS_EMAIL,
password: process.env.SPIELERPLUS_PASSWORD
});

await scraper.init();
const events = await scraper.getEvents();
await scraper.close();

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 spielerplus-scraper-1775909718 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 spielerplus-scraper-1775909718 技能

通过命令行安装

skillhub install spielerplus-scraper-1775909718

下载

⬇ 下载 spielerplus-scraper v1.0.0(免费)

文件大小: 12.65 KB | 发布时间: 2026-4-12 11:30

v1.0.0 最新 2026-4-12 11:30
Initial release of spielerplus-scraper.

- Scrapes data from SpielerPlus/TeamPlus, including events, members, absences, finances, participation stats, and more.
- Provides commands for teams, events, team members, absences, finances, attendance, profile, roles, and full reports.
- Requires SPIELERPLUS_EMAIL and SPIELERPLUS_PASSWORD environment variables for authentication.
- Supports both CLI and programmatic usage.
- Outputs data in JSON with optional flag.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部