Michele0303 / tiktok-live-recorder

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

Modify delay time #41

Closed kraddock closed 1 year ago

kraddock commented 1 year ago

Hi & thanks for the great project!

One simple question - how can I modify the delay (waiting/pause) time between rechecks? For example, one particular account I follow runs many short lives throughout the day, sometimes even under 5 minutes each. So I'd like to set 2 minute intervals between rechecks, if possible (even with the risk of running into some IP blocking by TT).

Michele0303 commented 1 year ago

For now, it is not possible to do this from the command line. You can still do it by changing: AUTOMATIC_MODE = 5 to AUTOMATIC_MODE = 2 in https://github.com/Michele0303/TikTok-Live-Recorder/blob/main/enums.py#L12