Page 1 of 1

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

Posted: 03 Sep 2018, 14:37
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.

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

Posted: 03 Sep 2018, 14:46
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.

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

Posted: 03 Sep 2018, 21:53
by Hatoris
Thank you for your precious advices redonah. For sure I will come back and give you what I have done.