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

Recheck user in one minute #114

Open DraganVictor14 opened 3 months ago

DraganVictor14 commented 3 months ago

Hello, as you know if I automatically choose when to record the live, each attempt is every 5 minutes, correct! Unfortunately, I missed a live of about 5 minutes, during which it did not record at all! The question is how to recheck once in a minute?

sotero1113 commented 3 months ago

Update the AUTOMATIC_MODE variable in the enums.py file to 1 instead of 5. Rechecking so many times might get your IP block so you might want to use a proxy IP address

Kiges commented 1 month ago

Update the AUTOMATIC_MODE variable in the enums.py file to 1 instead of 5. Rechecking so many times might get your IP block so you might want to use a proxy IP address

Hey, what's the reason behind using an enum int? why not just use .env variables? Maybe just setting seconds could be more standard-related.