Posts tagged with “chyrp”


Sep 10

FriendFeed Integration For Chyrp

I just released my FriendFeed module for Chyrp to the public. You can see it in use right here, just check out the sidebar. If you'd like to contribute to the project you can find it on GitHub or check out the module's page on Chryp's official website.


Jul 20

Last.fm Top Artists + Chyrp

Firstly, this was originally done by Joe Laz for Tumblr, you can find that post here.

This is a variation of his Yahoo Pipe along with some instructions on getting it working with Chyrp.

Requirements

Setup

  1. Once you run the pipe, an rss feed link will be made available, this is what you'll give the Aggregator plugin under your "Manage" tab. (If you don't see the ability to add a feed, make sure your user group has permission to do this, this is available in "Manage -> Groups")
  2. You'll be importing this feed as a "link" feather and the post attributes are listed below.
  3. You're done!
name: "feed[title]"
source: "feed[link]"
description: "feed[description]"

Update:

(9/9/09) The Yahoo Pipe has been updated and now works correctly with Chyrp's Aggregator module!

Because of the way the aggregator works and because of the way yahoo pipes works, you're going to get duplicates, to prevent this, in aggregator.php replace the "main_index" method with the following. This will check if the post's title already exists as a post and wont create a duplicate.