[cli , FreeBSD]call python script when FileBot do its magic

Any questions? Need some help?
Post Reply
Hatoris
Posts: 6
Joined: 03 Sep 2018, 12:42

[cli , FreeBSD]call python script when FileBot do its magic

Post by Hatoris »

Hello,

Since a long time now I use FileBot and I never take time to thank you Rednoah for your job. Sincerely I thank you for this piece of software powerful and useful.

Ok, so after some research on the forum I found nothing (maybe I use wrong keys :D )

My setup :

OS : FreeBSD 11.2-STABLE
in a jail :
- jdownloader
- FileBot-4.8.2

My server is used by all my famlly accross the world, I want a way to send a message after a download has been process to the right person.
Maybe it can be done with multiple pushbullet key ?
Or I want to written a python script and used Twillo to send texte message.

My questions are :

- How can I tell filebot to run a python script ?
- Can we used multiple pushbullet api key ?

Thank you in advance for your precious comments.
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [cli , FreeBSD]call python script when FileBot do its magic

Post by rednoah »

You may be able to use IFTTT to create actions, like forwarding emails or PushBullet notifications to many people.

Personally, I think the best solution would be some kind of mailing list, so that whenever FileBot sends an email to the list, it is then forwarded to anyone subscribed to the list.

Alternatively, you can use --def exec to run your own script, and do whatever you want.
:idea: Please read the FAQ and How to Request Help.
Hatoris
Posts: 6
Joined: 03 Sep 2018, 12:42

Re: [cli , FreeBSD]call python script when FileBot do its magic

Post by Hatoris »

Thank you for your precious advices redonah. For sure I will come back and give you what I have done.
Post Reply