🎵 TikTok Cookie Manager with Database
➕ Add/Update Account
📊 Saved Accounts
Username |
Nickname |
Region |
Coins |
Active |
Last Verified |
Actions |
✨ Features:
- 🔗 Open Account: Opens TikTok in a new tab with the account's cookies automatically set
- ✔️ Verify: Check if the account cookies are still valid
- 🗑️ Delete: Remove the account from the database
- 💾 Database Storage: All accounts are permanently stored in SQLite database
- 📝 Cookie History: Track all cookie changes for each account
🔧 API Endpoints:
POST /submit-account
- Save account with username and cookies
GET /accounts
- List all saved accounts
GET /account/{username}
- Get specific account details
DELETE /account/{username}
- Delete an account
POST /verify-account/{username}
- Verify account cookies
GET /open-account/{username}
- Open account with cookies in new tab
GET /cookie-history/{username}
- Get cookie change history
POST /playwright-test/{session_id}
- Start Playwright test
GET /job/{job_id}
- Check job status