- TikMorph is an upcoming open-source TikTok live tool where you can customise every little thing to your liking, make your stream look like you want
-
It currently does not support overlays, that means you can't generate your own chat/gift/alert overlays to paste them in your streaming software. This is an early prototype, it was made to see how it could function and how stable it is.
-
Stability - could be better, but for now it suits the needs since couple page refreshes don't hurt the experience to see is it working or no.
-
Used repos
-
What's next?
- Add ability to actually generate overlays for a specific uniqueId to be able to paste it into your streaming software of choice
- Fix stability issues and make a connection handler that checks if a user is currently LIVE or not, (if it disconnects or an error appears it should reconnect)
- Download a code editor like VSCode (this is a very important step)
- Install Node.js on your system
- Clone this repository or download and extract this ZIP file
- Open a console/terminal in the root directory of the project
- Enter
npm install
to install all required dependencies - Go to the public directory and change config.json uniqueId to yours or someone elses tiktok uniqueId without the @ so basically it should look like this "streamer" and not "@streamer"
- Enter
node server.js
to start the application server
p.s if it doesn't load chats/gifts or alerts be sure to check the developer console for errors :)
- It still doesn't support generating overlays
- Added Stream statistics to show total likes/earned from gifts/viewer counts