Skip to content

feat: add TikTok namespace#13

Merged
ZobelOmry merged 1 commit intomainfrom
add-tiktok-namespace
Mar 25, 2026
Merged

feat: add TikTok namespace#13
ZobelOmry merged 1 commit intomainfrom
add-tiktok-namespace

Conversation

@ZobelOmry
Copy link
Copy Markdown
Contributor

Summary

  • Add TikTok platform support with 7 SDK methods mapping to xpoz-mcp TikTok tools
  • New types: TiktokPost, TiktokUser, TiktokComment
  • New namespaces: TiktokNamespace (sync), AsyncTiktokNamespace (async)
  • Integration tests covering all methods

Test plan

  • Run python3 -c "from xpoz import XpozClient; print('OK')" to verify imports
  • Run XPOZ_API_KEY=... pytest tests/test_tiktok.py -v to test against live API
  • Verify all 7 methods work: get_user, search_users, get_users_by_keywords, get_posts_by_ids, get_posts_by_user, search_posts, get_comments

🤖 Generated with Claude Code

Add TiktokNamespace (sync) and AsyncTiktokNamespace (async) supporting:
- get_posts_by_ids, get_posts_by_user, search_posts
- get_comments
- get_user, search_users, get_users_by_keywords

Includes Pydantic models (TiktokPost, TiktokUser, TiktokComment),
tool constants, client wiring, and integration tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ZobelOmry ZobelOmry requested a review from IdoXpoz March 24, 2026 12:48
@IdoXpoz
Copy link
Copy Markdown
Contributor

IdoXpoz commented Mar 24, 2026

Did you disable the tools that you disabled from the MCP? Your call

@ZobelOmry ZobelOmry merged commit da69a50 into main Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants