Author Topic: Watching RSS  (Read 768 times)

0 Members and 1 Guest are viewing this topic.

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Watching RSS
« on: March 28, 2015, 08:19:09 PM »
Anybody have an idea about how to watch RSS Feed and trigger an event when a new entry added?
When Voice command gets tough, use hand gestures

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Watching RSS
« Reply #1 on: March 28, 2015, 09:36:18 PM »
you could do this using python, it would be similar to what Nime5ter did with the gmail notifier.

Or you could use scrape with a timer.  Should not be too hard, except that this would block the UI thread whenever waiting for the scrape which is not ideal.

I personally would use IFTTT for something like this.  IFTTT watches RSS feed, sends alerts to Dropbox which VC picks up via the Watcher plugin.  Should work well and you will usually get alerted within about 1 to 15 minutes I think.

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Watching RSS
« Reply #2 on: March 29, 2015, 12:54:37 AM »
the IFTTT solution sounds good ... no looping in VC (watcher anyway is running) ...
By the way any plans to make watcher watch multiple folders?
When Voice command gets tough, use hand gestures