TTSK (TikTok Streak Keeper) is a Python tool that automatically maintains your TikTok conversation streaks by sending a message to your active chats once per day.
- Python 3.x
- Google Chrome (handled by CloakBrowser)
- uv (Python package manager)
No Python or extra dependencies required. Download the latest release for your platform from the releases page and run it directly.
git clone https://github.com/Kameil/tiktok-ttsk.git
cd tiktok-ttsk
uv syncRun the downloaded executable directly.
uv run python main.py- Opens TikTok in a browser using your saved session cookies
- Navigates to the messages page
- Sends a random message to each active conversation
- Stores today's date to avoid running multiple times per day
On the first run, a browser window will open prompting you to log in to your TikTok account. After logging in, your session cookies are saved automatically — you may need to rerun the program once for the session to load properly. All subsequent runs will reuse the saved session without any manual intervention.
The tool runs once per day. If already executed on the current day, it will exit immediately without sending any messages.
Note
Automating interactions may violate TikTok's Terms of Service and can result in account suspension or a permanent ban. Use at your own risk.