If you’re using something like Python, you could set up a cron job or use a task scheduler to run the script every X hours. The script would gather the stats from the channel and log them accordingly. Here’s a rough outline in Python: import time import your_channel_api # Replace with actual API lib...