Code52 / jibbr

A Jabbr bot designed for collaborative projects
code52.org
67 stars 27 forks source link

An extension sprocket to read blog rss feeds, and display new entries in chat rooms. #72

Closed NickJosevski closed 12 years ago

NickJosevski commented 12 years ago

From issue #9 - https://github.com/Code52/jibbr/issues/9

Every 90 minutes (configurable via TimeSpan Interval) in BlogFeed.cs, the sprocket will take the list of feeds specified in the host app.config file key="Blogs.FeedList" which are pairs of @twitter handles and http://rss.feed.urls comma delimited.

Based on the Blogs.HoursOldThreshold app config setting currently set at 48 hours the optimal value for this is double the room notification time (90 minutes), that way a new blog post message should only ever be delivered to the channel no more than twice. This is open for discussion how often it should post duplicate posts, if at all.

NickJosevski commented 12 years ago

lol @ my git newbiness here, most of the commits are fixing things with the repository push process, and not code commits.

shiftkey commented 12 years ago

@NickJosevski i just jump straight to the diff anyway ;)