Search found 11 matches
- Sat Feb 13, 2010 10:33 pm
- Forum: Prowl
- Topic: Twitter Notifications for a Specific List
- Replies: 2
- Views: 3108
Re: Twitter Notifications for a Specific List
Check out AutoNote....it's a webservice (that I authored) that will allow you to set up a Twitter alert for almost any type of search (among other types of notifications). It doesn't handle twitter lists yet, but you can work around that by setting up a notification based on the RSS feed of the list...
- Thu Jan 21, 2010 4:52 am
- Forum: Prowl
- Topic: New Web Service AutoNote
- Replies: 7
- Views: 4883
Re: New Web Service AutoNote
I've added in generic rss feeds to the notification types. Since Prowl doesn't render html code, the notification only includes the title of each feed item, but the notification includes a shortened (by bit.ly) link to the original article. Since most content heavy rss feeds are written with html, t...
- Fri Jan 15, 2010 3:55 am
- Forum: Prowl
- Topic: New Web Service AutoNote
- Replies: 7
- Views: 4883
Re: New Web Service AutoNote
I got tired of not having fine control over the notifications on the iPhone ( I'm also a client ), so I added in Prowl priority controls. I've also tweaked the notifications a bit so each type (UPS and USPS Shipping, Twitter, and Twitter Trends) have unique Application names, so users can control re...
- Sun Jan 10, 2010 5:45 pm
- Forum: Prowl
- Topic: New Web Service AutoNote
- Replies: 7
- Views: 4883
Re: New Web Service AutoNote
...could the different services have different application to make it possible to forward them to different apps? Great idea! I've changed it so each type of notification has it's own application name: AutoNote - Shipping AutoNote - Twitter AutoNote - Trends (more to come) Keep the suggestions comi...
- Thu Jan 07, 2010 3:53 am
- Forum: Prowl
- Topic: New Web Service AutoNote
- Replies: 7
- Views: 4883
Re: New Web Service AutoNote
Update - I've made some stability improvements as well as added a few features, including much better support for Twitter. It's now using the Twitter Search API, so (most) anything you can search for (hash tags, location, to and from, mentions, etc) you can set up a prowl notification for. I hope to...
- Sat Dec 19, 2009 2:49 am
- Forum: Prowl
- Topic: New Web Service AutoNote
- Replies: 7
- Views: 4883
New Web Service AutoNote
Check out this Web Service that I've been working on: AutoNote I hope it will eventually be a one stop shop for your notification needs! Its pretty limited right now, but it pushes via Prowl: twitterfeeds twitter trends (with great descriptions from from Brizzly) shipping notifications (UPS and USPS...
- Fri Dec 18, 2009 1:23 am
- Forum: Prowl
- Topic: Web Services/Plugins
- Replies: 14
- Views: 34551
Re: Web Services/Plugins
I've been working on a WebApp that will eventually be a one stop shop for your notification needs! Its pretty limited right now, but it will push twitter feeds, twitter trends and some shipping notifications (UPS and USPS) to the iPhone via Prowl. I'll build it out over time, but maybe some of you w...
- Sat Nov 28, 2009 2:22 am
- Forum: Prowl
- Topic: Prowl Gmail Python Script
- Replies: 44
- Views: 18155
Re: Prowl Gmail Python Script
Oh, sorry...I don't get a lot of garbled text in my emails, so I don't know.
I'll take this oportunity to thank you for releasing your work to the public. I know how demanding people can be, so thank you.
I'll take this oportunity to thank you for releasing your work to the public. I know how demanding people can be, so thank you.
- Sat Nov 28, 2009 1:42 am
- Forum: Prowl
- Topic: Prowl Gmail Python Script
- Replies: 44
- Views: 18155
Re: Prowl Gmail Python Script
How about stripping the bad strings with regular expressions? Anyone up for some regex-fu? (I'd offer myself, but I'm terrible at writing reg-ex)
- Tue Nov 03, 2009 4:00 am
- Forum: Prowl
- Topic: Prowl Gmail Python Script
- Replies: 44
- Views: 18155
Re: Prowl Gmail Python Script
thanks for the logging script, and sorry for not fully explaining ddwrt. Now that I've got gprowl working, I can set it up to do what I've been needing. I'll push alerts for my work emails that I have automatically archived to a label in Gmail, on a schedule with a cron job, and only if i'm away fro...
- Mon Nov 02, 2009 11:31 pm
- Forum: Prowl
- Topic: Prowl Gmail Python Script
- Replies: 44
- Views: 18155
Re: Prowl Gmail Python Script
Does anyone know how to check a folder other than the INBOX? I've tried using label names in place of INBOX (p.stdin.write(". examine INBOX\n") but it doesn't seem to work. It should though, right? Or is there a better way? Edit: For some reason it works now. maybe I was having a different...