Start the review
Use a Linux or macOS desktop terminal with Python 3.12 or newer andcurl installed. Linux also needs Python’s venv package. Run:
- Asks you to paste the Truffle invitation from the Test access section below. Input is hidden. This connects to the workspace on truffle-3615.
- Starts the TikTok installer. Accept the prompt, sign in to TikTok in the browser that opens, and authorize the integration.
- Opens a chat in your terminal. Try Use TikTok to show my profile and account stats.
Test access
Reviewer workspace on truffle-3615, dedicated to this TikTok review. No Truffle hardware or signup is needed.- Username:
tiktok-test - Invitation (paste it at the launcher’s hidden prompt; it is the test account password in the submission):
~/.local/share/truffle-tiktok-review.
View or download the launcher.
You can also download it, inspect it, and run bash tiktok-review.sh.
Try the integration
Each prompt below maps to one requested scope.- Use TikTok to show my profile. —
user.info.basicanduser.info.profile(display name, username, avatar, bio, profile link). - What are my TikTok follower, following, likes, and video counts? —
user.info.stats. - List my 10 most recent TikTok videos. —
video.list. Returns your own public videos, newest first, with share links. - Show the current view, like, comment, and share counts for the first two
videos in that list. —
video.list, exact video IDs from the previous step.
Troubleshooting
- TikTok refuses the sign-in or authorization: Check which TikTok account you used. Contact the app owner if your review account cannot authorize; we can add it to the app’s test users or coordinate reviewer access.
- Expired or rejected invitation: Ask the Truffle owner for a replacement.
Rerun with
curl -fsSL https://raw.githubusercontent.com/deepshard/docs/main/scripts/tiktok-review.sh | bash -s -- --reconnectto enter it. - No browser window: Run from your desktop terminal. An SSH-only terminal cannot display the sign-in browser on your computer.
- Missing Chromium system libraries on Linux: Run
~/.local/share/truffle-tiktok-review/20260909.1/venv/bin/python -m playwright install-deps chromium, then rerun the launcher. This dependency command may request administrator access. - Python or venv missing: Follow the Python installation steps.
