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

How can I make it send videos to the telegram channel? #88

Open Enigma-tht opened 8 months ago

Enigma-tht commented 8 months ago

How can I make it send videos to the telegram channel? Will there be an update regarding this?

sotero1113 commented 3 months ago

Look at telegram API documents and look into how you can post to telegram then add that logic to the script once your video finishes recording.

Enigma-tht commented 3 months ago

Look at telegram API documents and look into how you can post to telegram then add that logic to the script once your video finishes recording.

I've done what you said before, but the video length can only be up to 1 minute. Telegram API blocks videos longer than 1 minute. Is there a way to bypass this limitation? Or do you have any other platform suggestions that don't restrict video sending?

sotero1113 commented 3 months ago

elegram API

I think it can allow videos longer then 1 minute but it has a file size restriction of 50mb. you can upload the video to google cloud storage or aws s3 and then just send the url link to your telegram channel