Replies: 1 comment
-
Update: Implemented local api with FastAPI |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title. If my script is on same machine as apprise should I still use API? Or can I somehow directly call script?
Details:
In addition to
I want to be able to notify via my custom script, something like
myscript.py?t={{watch_tag}}&d={{diff}}
Or
myscript://watch_tag/diff
(
watch_tag
anddiff
are changedetection.io tokens (that uses your library))Or do I need to set up local server and do something like
?
Beta Was this translation helpful? Give feedback.
All reactions