Skip to content

AHK script to track for app launch and secretly notify over email. Useful for parents or employers.

License

Notifications You must be signed in to change notification settings

yakunins/app-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App Launch Tracker

AHK v2 script to secretly monitor and report app launches via email.
Useful for parents or employers.

Installation (for Gmail users)

  1. Download: app-tracker.exe (compiled version), config.json and install.cmd
  2. Get email sending credentials: enable 2-Step Verification + generate an App Password
  3. Configure: Update smtp.username and smtp.password in config.json, update email.to with the recipients you want to notify
  4. Test (optional): set debug: true in config, launch app-tracker, launch app, wait for email alert to come, disable debug mode
  5. Install: Move files to tracked PC, then run install.cmd to create shortcut at startup folder

Configuration Options

  • refer to the comments in app-tracker.ahk for detailed property descriptions
  • apps: list of apps to detect, such as those containing the substring 'roblox' in their window title or the full process name 'photoshop.exe'
  • remoteConfig: remote configuration to avoid accessing tracked PC; must be googleDocId or url pointed to your own copy of this spreadsheet
  • trayIcon: couple of embedded tray icons available (bell, eye, shield)

Enjoy :)

About

AHK script to track for app launch and secretly notify over email. Useful for parents or employers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published