pik00 / auto-sub

Automatically exported from code.google.com/p/auto-sub
0 stars 0 forks source link

Boxcar notification provider #174

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

First of all, thank you for the AutoSub Application! It is saving me a lot of 
time...

I am using the Boxcar Notification (www.boxcar.io) in other application like 
Sickbeard and CouchPotato. Just because it is a free service and the IOS 
application is also free.

Now that I have AutoSub running, I would like to be notified if AutoSub has 
downloaded a subtitle for me. But it was missing the Boxcar provider.

I have updated my source files so that the Boxcar provider is available and 
working in my AutoSub. It can be configured/enabled in the Config page, just 
like they other provider can.

The only thing that needs to be done is that AutoSub need to be registered with 
Boxcar (from what i can see, also free). So that AutoSub is a Service on Boxcar 
and it has it own Service Application Key. (I have my AutoSub working with the 
CouchPotato Service)

Is this something that you like to have? Do i need to create a clone of AutoSub 
and upload my changes so that you can review it and maybe merge back into 
master branch?

Thank you.

Original issue reported on code.google.com by j.vanden...@gmail.com on 7 Feb 2013 at 10:58

GoogleCodeExporter commented 8 years ago
"Is this something that you like to have? Do i need to create a clone of 
AutoSub and upload my changes so that you can review it and maybe merge back 
into master branch?"
I already looked at boxcar and I even think I already have a dev key.

Either upload a patch file or create a clone so I can pull the code and give it 
a review.

Original comment by romke.va...@gmail.com on 7 Feb 2013 at 12:00

GoogleCodeExporter commented 8 years ago
I have created a clone (jvandenbaart-boxcar) and added all my changes. 

You still need to change the #####XXXXXXX###### key in the 
/autosub/notify/boxcar.py file.

Original comment by j.vanden...@gmail.com on 7 Feb 2013 at 7:50

GoogleCodeExporter commented 8 years ago
Thanks, I hope to see some time for this in the near future.

Original comment by romke.va...@gmail.com on 15 Feb 2013 at 6:42

GoogleCodeExporter commented 8 years ago
Check your clone, where do I need to enter the API Key/Secret? It requires a 2 
combo, no just 1 key.

Original comment by romke.va...@gmail.com on 18 Apr 2013 at 2:56

GoogleCodeExporter commented 8 years ago
hmmm, well to be honest i don't know. i just copy the code from couchpotato...

This is from the boxcar API page: http://www.boxcar.io/help/api/providers#create

Example using cURL (please note, you will need to replace the provider_key in 
the URL and use your e-mail address):

curl -d "email=example@boxcar.io" \
-d "¬ification[from_screen_name]=Hello" \
-d "¬ification[message]=This+is+an+example" \
http://boxcar.io/devices/providers/fKJ9a8x9Q8QXSwzADwhy/notifications

Maybe it helps.

Original comment by j.vanden...@gmail.com on 29 Jun 2013 at 6:35