Skip to content

Instantly share code, notes, and snippets.

@ggarber
Created August 8, 2020 15:02
Show Gist options
  • Save ggarber/b6c7217f8edd24dbd4a96afbcb3d3bf3 to your computer and use it in GitHub Desktop.
Save ggarber/b6c7217f8edd24dbd4a96afbcb3d3bf3 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import psutil
import requests
meeting = 'zoom.us' in (p.name() for p in psutil.process_iter()):
requests.post('http://192.168.1.75:5000/ggb/' + 'on' if meeting else 'off')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment