MoneyPrinter
MoneyPrinter copied to clipboard
What's TIKTOK_SESSION_ID?
Should I become a TikTok developer and grab something from the backend? Thanks in advance.
No need to become developer. It's the session id value of the cookie.
TIKTOK_SESSION_ID: Your TikTok session ID is required. Obtain it by logging into TikTok in your browser and copying the value of the sessionid cookie.
You can do this using inspector - dev tools (F12).
console.log(sessionStorage.getItem("webapp_session_id"))
for those that are still lost
Thanks so much