copyparty/bin/hooks
2023-01-27 23:55:57 +00:00
..
discord-announce.py add event hooks 2023-01-22 23:35:31 +00:00
notify.py add event hooks 2023-01-22 23:35:31 +00:00
README.md add eventhook examples 2023-01-27 23:55:57 +00:00
reject-extension.py add event hooks 2023-01-22 23:35:31 +00:00
reject-mimetype.py add event hooks 2023-01-22 23:35:31 +00:00
wget.py add event hooks 2023-01-22 23:35:31 +00:00

standalone programs which are executed by copyparty when an event happens (upload, file rename, delete, ...)

these programs either take zero arguments, or a filepath (the affected file), or a json message with filepath + additional info

after upload

before upload

on message

  • wget.py lets you download files by POSTing URLs to copyparty