Skip to content

AlABarazi/utility-scripts-collection

Repository files navigation

Python Scripts

This directory contains utility scripts. Each script has its own documentation file with detailed usage and setup.

  • ngrok monitor: see ngrok_stus_check.md
  • video acceleration: see speedup_video.md

Quick commands

  • Run ngrok monitor once (uses .env):
uv run python Python_scripts/ngrok_stus_check.py --verbose --show-time
  • Run ngrok monitor with a one-off test email:
uv run python Python_scripts/ngrok_stus_check.py --test-email
  • Check LaunchAgent status (scheduled runs):
launchctl list | grep com.ngrok.monitor
  • Tail logs written by the LaunchAgent:
tail -f /tmp/ngrok-monitor.out /tmp/ngrok-monitor.err
  • Control LaunchAgent:
launchctl stop com.ngrok.monitor
launchctl unload ~/Library/LaunchAgents/com.ngrok.monitor.plist
launchctl load   ~/Library/LaunchAgents/com.ngrok.monitor.plist

For complete details (environment variables, flags, plist content), open ngrok_stus_check.md.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages