Udev rule - run script when USB mounted

Okay, I’m a little confused by the udisks-glue documentation. I can mess around with this tomorrow. Thinking out loud-

1.) install udisks-glue.conf, which I need to figure out how to do…
2.) make a home/udisks-glue.conf
3.) Add the following to home/udisks-glue.conf:

filter USBDRIVE {
optical = false
partition_table = false
usage = filesystem
}
match USBDRIVE {
post_mount_command = “path/to/my/python/script.py”
}

This seems to be where I’m headed.

Thanks