Michele0303 / tiktok-live-recorder

🎥✨ A TikTok live streaming recorder tool written in Python. Capture and relive your favorite TikTok moments effortlessly. 🎥✨
MIT License
352 stars 94 forks source link

Chat option #119

Open SamuraiJr opened 2 months ago

SamuraiJr commented 2 months ago

Hey, I love this program but I really want to be able to see chat, gifts, etc. Is it possible to make it a separate overlay, or a feature to enable?

vioan commented 2 weeks ago

I would also love to have something like this, can be even a .txt file with the chat comments and gifts. This could be implemented by using

https://github.com/isaackogan/TikTokLive

to just write as output a .txt file when tiktok-live-recorder is used in automatic mode. I think is just a few lines of code to be added.

Michele0303 commented 2 weeks ago

I added it to the to-do list

vioan commented 2 weeks ago

That's great!

They also have some examples here: https://github.com/isaackogan/TikTokLive/tree/master/examples

Thanks a lot!