返回顶部
t

thinkific

Thinkific — manage courses, students, enrollments, coupons, and products via REST API

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

thinkific

# 🎓 Thinkific Thinkific — manage courses, students, enrollments, coupons, and products via REST API ## Requirements | Variable | Required | Description | |----------|----------|-------------| | `THINKIFIC_API_KEY` | ✅ | API key | | `THINKIFIC_SUBDOMAIN` | ✅ | School subdomain | ## Quick Start ```bash # List courses python3 {{baseDir}}/scripts/thinkific.py courses --page <value> # Get course python3 {{baseDir}}/scripts/thinkific.py course-get id <value> # Create course python3 {{baseDir}}/scripts/thinkific.py course-create --name <value> --slug <value> # Update course python3 {{baseDir}}/scripts/thinkific.py course-update id <value> --name <value> # Delete course python3 {{baseDir}}/scripts/thinkific.py course-delete id <value> # List chapters python3 {{baseDir}}/scripts/thinkific.py chapters id <value> # List users python3 {{baseDir}}/scripts/thinkific.py users --page <value> --query <value> # Get user python3 {{baseDir}}/scripts/thinkific.py user-get id <value> ``` ## All Commands | Command | Description | |---------|-------------| | `courses` | List courses | | `course-get` | Get course | | `course-create` | Create course | | `course-update` | Update course | | `course-delete` | Delete course | | `chapters` | List chapters | | `users` | List users | | `user-get` | Get user | | `user-create` | Create user | | `enrollments` | List enrollments | | `enroll` | Create enrollment | | `coupons` | List coupons | | `coupon-create` | Create coupon | | `products` | List products | | `orders` | List orders | | `groups` | List groups | | `instructors` | List instructors | ## Output Format All commands output JSON by default. Add `--human` for readable formatted output. ```bash python3 {{baseDir}}/scripts/thinkific.py <command> --human ``` ## Script Reference | Script | Description | |--------|-------------| | `{{baseDir}}/scripts/thinkific.py` | Main CLI — all commands in one tool | ## Credits Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai) [YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi) Part of the **AgxntSix Skill Suite** for OpenClaw agents. 📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 thinkific-1775999956 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 thinkific-1775999956 技能

通过命令行安装

skillhub install thinkific-1775999956

下载 Zip 包

⬇ 下载 thinkific v1.0.0

文件大小: 4.1 KB | 发布时间: 2026-4-13 12:20

v1.0.0 最新 2026-4-13 12:20
Initial release: Manage Thinkific via REST API with a Python CLI.

- Supports course, student, enrollment, coupon, and product management.
- All major Thinkific objects accessible (courses, chapters, users, enrollments, coupons, products, orders, groups, instructors).
- No external dependencies; works with Python 3.10+ standard library.
- Environment variable configuration for API key and subdomain.
- Outputs JSON by default, with optional human-readable mode.
- Includes a single CLI script with comprehensive command support.

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

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

p2p_official_large
返回顶部