Twitter for completed/errors etc instead of email
Twitter for completed/errors etc instead of email
Wonder if it's possible to add twitter support for similar stuff to what email is used for.
Re: Twitter for completed/errors etc instead of email
If Twitter has script-based support, someone could write a script
that SABnzbd will call at the end of a download job.
The script will receive enough parameters to create a decent Tweet.
It's very unlikely that we will ever create a direct Twitter interface.
It's just too far removed from the actual purpose of SABnzbd.
that SABnzbd will call at the end of a download job.
The script will receive enough parameters to create a decent Tweet.
It's very unlikely that we will ever create a direct Twitter interface.
It's just too far removed from the actual purpose of SABnzbd.
Re: Twitter for completed/errors etc instead of email
fair enough. Is there a completed/error script that is called?
Since yes you can script a tweet (I have done on linux before, and I'm sure on windows it would be fairly easy).
Since yes you can script a tweet (I have done on linux before, and I'm sure on windows it would be fairly easy).
Re: Twitter for completed/errors etc instead of email
This really shouldn't be hard with a script. See Here. Just write a script, dump it in your script directory, and set it up to be your default script.
(Just be careful about what you have it sending out, i mean, remember that if you post it to twitter, the whole world will be able to see what stuff you're downloading off usenet.)
(Just be careful about what you have it sending out, i mean, remember that if you post it to twitter, the whole world will be able to see what stuff you're downloading off usenet.)
- interfacelift
- Jr. Member
- Posts: 75
- Joined: June 19th, 2008, 12:58 am
- Location: Coruscant
Re: Twitter for completed/errors etc instead of email
Twitter has a pretty good API too. It's fairly easy to make calls with cURL.