Files
hubian df23e4bd90 feat: 新增命令行工具 tech-forum CLI
功能特性:
- 用户认证:login/logout/register/whoami
- 帖子操作:posts/post/create/reply/like
- 主题操作:topics/topic/topic-create/follow
- 其他功能:search/tags/status
- Token持久化:登录状态保存在 ~/.tech-forum/token.json
- 多种输入:参数输入或交互式输入

安装方式:
cp cli/tech-forum.py ~/.local/bin/tech-forum && chmod +x ~/.local/bin/tech-forum
2026-04-12 20:23:20 +08:00
..