root/trunk/ActionStreams/plugins/ActionStreams/streams.yaml @ 1548

Revision 1548, 31.6 kB (checked in by mpaschal, 6 months ago)

Add Blurst achievements stream

Line 
1oneup:
2    playing:
3        name: Currently Playing
4        description: The games in your collection you're currently playing
5        class: OneupPlaying
6backtype:
7    comments:
8        name: Comments
9        description: Comments you have made on the web
10        fields:
11            - queue
12        html_form: '[_1] commented on <a href="[_2]">[_3]</a>'
13        html_params:
14            - url
15            - title
16        url: 'http://feeds.backtype.com/{{ident}}'
17        rss: 1
18        identifier: url
19blurst:
20    achievements:
21        name: Achievements
22        description: Achievements earned in Blurst games
23        fields:
24            - game_title
25            - game_url
26        html_form: '[_1] won achievement <a href="[_2]">[_3]</a> in <a href="[_4]">[_5]</a>'
27        html_params:
28            - url
29            - title
30            - game_url
31            - game_title
32        class: BlurstAchievements
33colourlovers:
34    colors:
35        name: Colors
36        description: Colors you saved
37        fields:
38            - queue
39        html_form: '[_1] saved the color <a href="[_2]">[_3]</a>'
40        html_params:
41            - url
42            - title
43        url: 'http://www.colourlovers.com/api/colors/new?lover={{ident}}'
44        xpath:
45            foreach: //color
46            get:
47                title: title
48                url: url
49                identifier: url
50                created_on: dateCreated
51                thumbnail: imageUrl
52    palettes:
53        name: Palettes
54        description: Palettes you saved
55        fields:
56            - queue
57        html_form: '[_1] saved the palette <a href="[_2]">[_3]</a>'
58        html_params:
59            - url
60            - title
61        url: 'http://www.colourlovers.com/api/palettes/new?lover={{ident}}'
62        xpath:
63            foreach: //palette
64            get:
65                title: title
66                url: url
67                identifier: url
68                created_on: dateCreated
69                thumbnail: imageUrl
70    patterns:
71        name: Patterns
72        description: Patterns you saved
73        fields:
74            - queue
75        html_form: '[_1] saved the pattern <a href="[_2]">[_3]</a>'
76        html_params:
77            - url
78            - title
79        url: 'http://www.colourlovers.com/api/patterns/new?lover={{ident}}'
80        xpath:
81            foreach: //pattern
82            get:
83                title: title
84                url: url
85                identifier: url
86                created_on: dateCreated
87                thumbnail: imageUrl
88    favpalettes:
89        name: Favorite Palettes
90        description: Palettes you saved as favorites
91        fields:
92            - queue
93        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite palette'
94        html_params:
95            - url
96            - title
97        url: 'http://www.colourlovers.com/rss/lover/{{ident}}/palettes/favorites'
98        rss: 1
99corkd:
100    reviews:
101        name: Reviews
102        description: Your wine reviews
103        fields:
104            - review
105        html_form: '[_1] reviewed <a href="[_2]">[_3]</a>'
106        html_params:
107            - url
108            - title
109        url: 'http://www.corkd.com/feed/journal/{{ident}}'
110        rss: 1
111    cellar:
112        name: Cellar
113        description: Wines you own
114        fields:
115            - wine
116        html_form: '[_1] owns <a href="[_2]">[_3]</a>'
117        html_params:
118            - url
119            - title
120        url: 'http://www.corkd.com/feed/cellar/{{ident}}'
121        rss: 1
122    list:
123        name: Shopping List
124        description: Wines you want to buy
125        fields:
126            - wine
127        html_form: '[_1] wants <a href="[_2]">[_3]</a>'
128        html_params:
129            - url
130            - title
131        url: 'http://www.corkd.com/feed/shoppinglist/{{ident}}'
132        rss: 1
133delicious:
134    links:
135        name: Links
136        description: Your public links
137        fields:
138            - note
139        html_form: '[_1] saved the link <a href="[_2]">[_3]</a>'
140        html_params:
141            - url
142            - title
143        url: 'http://feeds.delicious.com/v2/rss/{{ident}}?plain'
144        identifier: url
145        rss:
146            note: description
147            tags: category/child::text()
148digg:
149    links:
150        name: Dugg
151        description: Links you dugg
152        html_form: '[_1] dugg the link <a href="[_2]">[_3]</a>'
153        html_params:
154            - url
155            - title
156        url: 'http://digg.com/users/{{ident}}/history/diggs.rss'
157        identifier: url
158        fetch:
159            default_useragent: 1
160        xpath:
161            foreach: //item
162            get:
163                created_on: pubDate
164                title: title
165                url: link
166    submitted:
167        name: Submissions
168        description: Links you submitted
169        html_form: '[_1] submitted the link <a href="[_2]">[_3]</a>'
170        html_params:
171            - url
172            - title
173        url: http://digg.com/users/{{ident}}/history/submissions.rss
174        identifier: url
175        fetch:
176            default_useragent: 1
177        xpath:
178            foreach: //item
179            get:
180                created_on: pubDate
181                title: title
182                url: link
183ffffound:
184    favorites:
185        name: Found
186        description: Photos you found
187        html_form: '[_1] ffffound <a href="[_2]">[_3]</a>'
188        html_params:
189            - url
190            - title
191        url: http://ffffound.com/home/{{ident}}/found/feed
192        rss: 1
193flickr:
194    favorites:
195        name: Favorites
196        description: Photos you marked as favorites
197        fields:
198            - by
199        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite photo'
200        html_params:
201            - url
202            - title
203        url: 'http://api.flickr.com/services/feeds/photos_faves.gne?nsid={{ident}}&lang=en-us&format=atom_10'
204        atom:
205            thumbnail: content
206            by: author/name
207    photos:
208        name: Photos
209        description: Photos you posted
210        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
211        html_params:
212            - url
213            - title
214        url: 'http://api.flickr.com/services/feeds/photos_public.gne?id={{ident}}&lang=en-us&format=atom_10'
215        atom:
216            thumbnail: content
217friendfeed:
218    likes:
219        name: Likes
220        description: Things from your friends that you "like"
221        html_form: '[_1] likes <a href="[_2]">[_3]</a>'
222        html_params:
223            - url
224            - title
225        url: 'http://friendfeed.com/{{ident}}/likes?format=atom'
226        atom:
227            url: link/@href
228gametap:
229    scores:
230        name: Leaderboard scores
231        description: Your high scores in games with leaderboards
232        fields:
233            - score
234        html_form: '[_1] scored <strong>[_2]</strong> in <a href="[_3]">[_4]</a>'
235        html_params:
236            - score
237            - url
238            - title
239        url: http://www.gametap.com/profile/leaderboards.do?sn={{ident}}
240        identifier: title,score
241        scraper:
242            foreach: 'div.buddy-leaderboards div.tr'
243            get:
244                url:
245                    - 'div.name a'
246                    - '@href'
247                title:
248                    - 'div.name strong'
249                    - TEXT
250                score:
251                    - 'div.name div'
252                    - TEXT
253goodreads:
254    toread:
255        name: To read
256        description: Books on your "to-read" shelf
257        fields:
258            - by
259        html_form: '[_1] saved <a href="[_2]"><i>[_3]</i> by [_4]</a> to read'
260        html_params:
261            - url
262            - title
263            - by
264        url: 'http://www.goodreads.com/review/list_rss/{{ident}}?shelf=to-read'
265        identifier: url
266        xpath:
267            foreach: //item
268            get:
269                title: title
270                url: link
271                created_on: pubDate
272                modified_on: pubDate
273                by: author_name
274    reading:
275        name: Reading
276        description: Books on your "currently-reading" shelf
277        fields:
278            - by
279        html_form: '[_1] started reading <a href="[_2]"><i>[_3]</i> by [_4]</a>'
280        html_params:
281            - url
282            - title
283            - by
284        url: 'http://www.goodreads.com/review/list_rss/{{ident}}?shelf=currently-reading'
285        identifier: url
286        xpath:
287            foreach: //item
288            get:
289                title: title
290                url: link
291                created_on: pubDate
292                modified_on: pubDate
293                by: author_name
294    read:
295        name: Read
296        description: Books on your "read" shelf
297        fields:
298            - by
299        html_form: '[_1] finished reading <a href="[_2]"><i>[_3]</i> by [_4]</a>'
300        html_params:
301            - url
302            - title
303            - by
304        url: 'http://www.goodreads.com/review/list_rss/{{ident}}?shelf=read'
305        identifier: url
306        xpath:
307            foreach: //item
308            get:
309                title: title
310                url: link
311                created_on: pubDate
312                modified_on: pubDate
313                by: author_name
314googlereader:
315    links:
316        name: Shared
317        description: Your shared items
318        html_form: '[_1] shared <a href="[_2]">[_3]</a> from <a href="[_4]">[_5]</a>'
319        html_params:
320            - url
321            - title
322            - source_url
323            - source_title
324        class: GoogleReader
325iconbuffet:
326    icons:
327        name: Deliveries
328        description: Icon sets you were delivered
329        html_form: '[_1] received the icon set <a href="[_2]">[_3]</a>'
330        html_params:
331            - url
332            - title
333        url: 'http://www.iconbuffet.com/people/{{ident}};received_packages'
334        identifier: url
335        scraper:
336            foreach: 'div#icons div.preview-sm'
337            get:
338                title:
339                    - a span
340                    - TEXT
341                url:
342                    - a
343                    - '@href'
344identica:
345    statuses:
346        name: Notices
347        description: Notices you posted
348        html_form: '[_1] <a href="[_2]">said</a>, &ldquo;[_3]&rdquo;'
349        html_params:
350            - url
351            - title
352        url: 'http://identi.ca/{{ident}}/rss'
353        rss:
354            created_on: dc:date
355        class: Identica
356iminta:
357    links:
358        name: Intas
359        description: Links you saved
360        html_form: '[_1] is inta <a href="[_2]">[_3]</a>'
361        html_params:
362            - url
363            - title
364        url: 'http://iminta.com/people/{{ident}}/rss.xml?inta_source_id=11'
365        rss: 1
366instructables:
367    favorites:
368        name: Favorites
369        description: Instructables you saved as favorites
370        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite'
371        html_params:
372            - url
373            - title
374        url: http://www.instructables.com/member/{{ident}}/rss.xml?show=good
375        rss:
376            created_on: ''
377            modified_on: ''
378            thumbnail: imageThumb
379istockphoto:
380    photos:
381        name: Photos
382        description: Photos you posted that were approved
383        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
384        html_params:
385            - url
386            - title
387        url: 'http://www.istockphoto.com/webservices/feeds/?feedFormat=IStockAtom_1_0&feedName=istockfeed.image.newestUploads&feedParams=UserID={{ident}}'
388        identifier: url
389        atom:
390            thumbnail: content/div/a/img/@src
391iusethis:
392    events:
393        name: Recent events
394        description: Events from your recent events feed
395        html_form: '[_1] <a href="[_2]">[_3]</a>'
396        html_params:
397            - url
398            - title
399        rss: 1
400        url: 'http://osx.iusethis.com/user/feed.rss/{{ident}}?following=0'
401    osxapps:
402        name: Apps you use
403        description: The applications you saved as ones you use
404        fields:
405            - favorite
406        html_form: '[_1] started using <a href="[_2]">[_3]</a>[quant,_4, (and loves it),,]'
407        html_params:
408            - url
409            - title
410            - favorite
411        url: 'http://osx.iusethis.com/user/{{ident}}'
412iwatchthis:
413    favorites:
414        name: Favorites
415        description: Videos you saved as watched
416        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite video'
417        html_params:
418            - url
419            - title
420        url: 'http://iwatchthis.com/rss/{{ident}}'
421        rss: 1
422jaiku:
423    jaikus:
424        name: Jaikus
425        description: Jaikus you posted
426        html_form: '[_1] <a href="[_2]">jaiku''d</a>, "[_3]"'
427        html_params:
428            - url
429            - title
430        url: 'http://{{ident}}.jaiku.com/feed/atom'
431        atom: 1
432kongregate:
433    favorites:
434        name: Favorites
435        description: Games you saved as favorites
436        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite game'
437        html_params:
438            - url
439            - title
440        url: 'http://www.kongregate.com/accounts/{{ident}}'
441        identifier: url
442        scraper:
443            foreach: #favorites dl
444            get:
445                url:
446                    - dd a
447                    - '@href'
448                title:
449                    - dd a
450                    - TEXT
451                thumbnail:
452                    - dt img
453                    - '@src'
454    achievements:
455        name: Achievements
456        description: Achievements you won
457        fields:
458            - game_title
459        html_form: '[_1] won the <strong>[_2]</strong> in <a href="[_3]">[_4]</a>'
460        html_params:
461            - title
462            - url
463            - game_title
464        url: 'http://www.kongregate.com/accounts/{{ident}}'
465        identifier: url,title
466        scraper:
467            foreach: #achievements .badge_details
468            get:
469                url:
470                    - dt.badge_img a
471                    - '@href'
472                thumbnail:
473                    - dt.badge_img img
474                    - '@style'
475                title:
476                    - dd.badge_name
477                    - TEXT
478                game_title:
479                    - a.badge_game
480                    - TEXT
481lastfm:
482    tracks:
483        name: Tracks
484        description: Songs you recently listened to (High spam potential!)
485        html_form: '[_1] heard <a href="[_2]">[_3]</a>'
486        html_params:
487            - url
488            - title
489        url: 'http://ws.audioscrobbler.com/1.0/user/{{ident}}/recenttracks.rss'
490        rss: 1
491    lovedtracks:
492        name: Loved Tracks
493        description: Songs you marked as "loved"
494        fields:
495            - artist
496        html_form: '[_1] loved <a href="[_2]">[_3]</a> by [_4]'
497        html_params:
498            - url
499            - title
500            - artist
501        url: 'http://pipes.yahoo.com/pipes/pipe.run?_id=4smlkvMW3RGPpBPfTqoASA&_render=rss&lastFM_UserName={{ident}}'
502        identifier: url
503        rss:
504            artist: description
505    journalentries:
506        name: Journal Entries
507        description: Your recent journal entries
508        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
509        html_params:
510            - url
511            - title
512        url: 'http://ws.audioscrobbler.com/1.0/user/{{ident}}/journals.rss'
513        rss: 1
514    events:
515        name: Events
516        description: The events you said you'll be attending
517        html_form: '[_1] is attending <a href="[_2]">[_3]</a>'
518        html_params:
519            - url
520            - title
521        url: 'http://ws.audioscrobbler.com/1.0/user/{{ident}}/events.rss'
522        rss: 1
523livejournal:
524    posts:
525        name: Posts
526        description: Your public posts to your journal
527        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
528        html_params:
529            - url
530            - title
531        url: 'http://users.livejournal.com/{{ident}}/data/atom'
532        atom: 1
533magnolia:
534    links:
535        name: Links
536        description: Your public links
537        fields:
538            - note
539        html_form: '[_1] saved the link <a href="[_2]">[_3]</a>'
540        html_params:
541            - url
542            - title
543        url: 'http://ma.gnolia.com/atom/full/people/{{ident}}'
544        identifier: url
545        atom:
546            tags: "category[@scheme='http://ma.gnolia.com/tags']/@term"
547            note: content
548metafilter:
549    favorites:
550        name: Favorites
551        description: Posts you saved as favorites
552        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite'
553        html_params:
554            - url
555            - title
556        url: 'http://www.metafilter.com/favorites/{{ident}}/posts/rss'
557        rss:
558            created_on: ''
559netflix:
560    queue:
561        name: Queue
562        description: Movies you added to your rental queue
563        fields:
564            - queue
565        html_form: '[_1] queued <a href="[_2]">[_3]</a>'
566        html_params:
567            - url
568            - title
569        url: 'http://rss.netflix.com/QueueRSS?id={{ident}}'
570        rss:
571            thumbnail: description
572    recent:
573        name: Recent Movies
574        description: Recent Rental Activity
575        fields:
576            - recent
577        html_form: '[_1] is watching <a href="[_2]">[_3]</a>'
578        html_params:
579            - url
580            - title
581        url: 'http://rss.netflix.com/TrackingRSS?id={{ident}}'
582        rss:
583            thumbnail: description
584netvibes:
585    links:
586        name: Links
587        description: Links you saved
588        html_form: '[_1] saved the link <a href="[_2]">[_3]</a>'
589        html_params:
590            - url
591            - title
592        url: 'http://www2.netvibes.com/rest/account/{{ident}}/timeline?format=atom'
593        atom: 1
594nytimes:
595    links:
596        name: Recommendations
597        description: Recommendations in your TimesPeople activities
598        html_form: '[_1] recommended <a href="[_2]">[_3]</a>'
599        html_params:
600            - url
601            - title
602        url: 'http://timespeople.nytimes.com/view/user/{{ident}}/rss.xml'
603        rss: 1
604ohloh:
605    kudos:
606        name: Kudos
607        description: Kudos you have received
608        html_form: '[_1] received kudos from <a href="[_2]">[_3]</a>'
609        html_params:
610            - url
611            - title
612        url: 'http://www.ohloh.net/accounts/{{ident}}/kudos'
613        identifier: url
614        scraper:
615            foreach: 'div.received_kudo'
616            get:
617                url:
618                    - a
619                    - '@href'
620                title:
621                    - a
622                    - TEXT
623pandora:
624    favorites:
625        name: Favorite Songs
626        description: Songs you marked as favorites
627        fields:
628            - album_art
629            - guid
630        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite song'
631        html_params:
632            - url
633            - title
634        url: 'http://feeds.pandora.com/feeds/people/{{ident}}/favorites.xml'
635        identifier: guid
636        xpath:
637            foreach: //item
638            get:
639                created_on: pubDate
640                title: title
641                guid: guid
642                url: link
643                album_art: pandora:albumArtUrl
644    favoriteartists:
645        name: Favorite Artists
646        description: Artists you marked as favorites
647        fields:
648            - artist-photo-url
649            - guid
650        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite artist'
651        html_params:
652            - url
653            - title
654        url: 'http://feeds.pandora.com/feeds/people/{{ident}}/favoriteartists.xml'
655        identifier: guid
656        xpath:
657            foreach: //item
658            get:
659                created_on: pubDate
660                title: title
661                guid: guid
662                url: link
663                artist-photo-url: pandora:stationImageUrl
664    stations:
665        name: Stations
666        description: Radio stations you added
667        fields:
668            - guid
669            - station-image-url
670        html_form: '[_1] added a new radio station named <a href="[_2]">[_3]</a>'
671        html_params:
672            - url
673            - title
674        url: 'http://feeds.pandora.com/feeds/people/{{ident}}/stations.xml'
675        identifier: guid
676        xpath:
677            foreach: //item
678            get:
679                created_on: pubDate
680                title: title
681                guid: guid
682                url: pandora:stationLink
683                station-image-url: pandora:stationImageUrl
684picasaweb:
685    photos:
686        name: Photos
687        description: Photos you posted
688        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
689        html_params:
690            - url
691            - title
692        url: 'http://picasaweb.google.com/data/feed/api/user/{{ident}}?kind=photo&max-results=15'
693        atom:
694            thumbnail: media:group/media:thumbnail[position()=2]/@url
695p0pulist:
696    stuff:
697        name: List
698        description: Things you put in your list
699        html_form: '[_1] is enjoying <a href="[_2]">[_3]</a>'
700        html_params:
701            - url
702            - title
703        url: 'http://p0p.com/list/hot_list/{{ident}}.rss'
704        rss:
705            thumbnail: image/url
706pownce:
707    statuses:
708        name: Notes
709        description: Your public notes
710        fields:
711            - note
712        html_form: '[_1] <a href="[_2]">posted</a>, "[_3]"'
713        html_params:
714            - url
715            - note
716        url: 'http://pownce.com/feeds/public/{{ident}}/'
717        atom:
718            note: summary
719reddit:
720    comments:
721        name: Comments
722        description: Comments you posted
723        html_form: '[_1] commented on <a href="[_2]">[_3]</a> at Reddit'
724        html_params:
725            - url
726            - title
727        url: 'http://www.reddit.com/user/{{ident}}/comments/'
728        identifier: title
729        scraper:
730            foreach: 'a.title'
731            get:
732                title:
733                    - a
734                    - TEXT
735                url:
736                    - a
737                    - '@href'
738    submitted:
739        name: Submissions
740        description: Articles you submitted
741        html_form: '[_1] submitted <a href="[_2]">[_3]</a> to Reddit'
742        html_params:
743            - url
744            - title
745        url: 'http://www.reddit.com/user/{{ident}}/submitted/'
746        identifier: title
747        scraper:
748            foreach: 'a.title'
749            get:
750                title:
751                    - a
752                    - TEXT
753                url:
754                    - a
755                    - '@href'
756    favorites:
757        name: Likes
758        description: Articles you liked (your votes must be public)
759        html_form: '[_1] liked <a href="[_2]">[_3]</a> from Reddit'
760        html_params:
761            - url
762            - title
763        url: 'http://www.reddit.com/user/{{ident}}/liked/'
764        identifier: title
765        scraper:
766            foreach: 'a.title'
767            get:
768                title:
769                    - a
770                    - TEXT
771                url:
772                    - a
773                    - '@href'
774    dislikes:
775        name: Dislikes
776        description: Articles you disliked (your votes must be public)
777        html_form: '[_1] disliked <a href="[_2]">[_3]</a> on Reddit'
778        html_params:
779            - url
780            - title
781        url: 'http://www.reddit.com/user/{{ident}}/disliked/'
782        identifier: title
783        scraper:
784            foreach: 'a.title'
785            get:
786                title:
787                    - a
788                    - TEXT
789                url:
790                    - a
791                    - '@href'
792slideshare:
793    favorites:
794        name: Favorites
795        description: Slideshows you saved as favorites
796        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite slideshow'
797        html_params:
798            - url
799            - title
800        url: 'http://www.slideshare.net/rss/user/{{ident}}/favorites'
801        rss:
802            thumbnail: media:content/media:thumbnail/@url
803            created_on: ''
804    slideshows:
805        name: Slideshows
806        description: Slideshows you posted
807        html_form: '[_1] posted the slideshow <a href="[_2]">[_3]</a>'
808        html_params:
809            - url
810            - title
811        url: 'http://www.slideshare.net/rss/user/{{ident}}'
812        rss:
813            thumbnail: media:content/media:thumbnail/@url
814smugmug:
815    photos:
816        name: Photos
817        description: Photos you posted
818        html_form: '[_1] posted <a href="[_2]">a photo</a>'
819        html_params:
820            - url
821        url: 'http://www.smugmug.com/hack/feed.mg?Type=nicknameRecentPhotos&Data={{ident}}&format=atom10&ImageCount=15'
822        atom:
823            thumbnail: id
824steam:
825    achievements:
826        name: Achievements
827        description: Your achievements for achievement-enabled games
828        html_form: '[_1] won the <strong>[_2]</strong> achievement in <a href="http://steamcommunity.com/id/[_3]/stats/[_4]?tab=achievements">[_5]</a>'
829        html_params:
830            - title
831            - ident
832            - gamecode
833            - game
834        class: Steam
835tumblr:
836    events:
837        name: Stuff
838        description: Things you posted
839        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
840        html_params:
841            - url
842            - title
843        url: 'http://{{ident}}.tumblr.com/rss'
844        rss: 1
845twitter:
846    statuses:
847        name: Tweets
848        description: Your public tweets
849        class: TwitterTweet
850        html_form: '[_1] <a href="[_2]">tweeted</a>, "[_3]"'
851        html_params:
852            - url
853            - title
854        url: 'http://twitter.com/statuses/user_timeline/{{ident}}.atom'
855        atom: 1
856    favorites:
857        name: Favorites
858        description: Public tweets you saved as favorites
859        class: TwitterFavorite
860        fields:
861            - tweet_author
862        html_form: '[_1] saved <a href="[_2]">[_3]''s tweet</a>, "[_4]" as a favorite'
863        html_params:
864            - url
865            - tweet_author
866            - title
867        url: 'http://twitter.com/favorites/{{ident}}.atom'
868        atom:
869            created_on: ''
870            modified_on: ''
871typepad:
872    comments:
873        name: Comments
874        description: Comments you posted
875        html_form: '[_1] left a comment on <a href="[_2]">[_3]</a>'
876        html_params:
877            - url
878            - title
879        url: 'http://profile.typepad.com/{{ident}}/comments/atom.xml'
880        atom: 1
881uncrate:
882    saved:
883        name: Saved
884        description: Things you saved as favorites
885        html_form: '[_1] saved <a href="[_2]">[_3]</a> on Uncrate'
886        html_params:
887            - url
888            - title
889        url: 'http://www.uncrate.com/stuff/{{ident}}'
890        identifier: url
891        scraper:
892            foreach: '#profile-recent-actions h2'
893            get:
894                title:
895                  - a
896                  - TEXT
897                url:
898                  - a
899                  - '@href'
900upcoming:
901    events:
902        name: Events
903        description: Events you are watching or attending
904        fields:
905            - venue
906        html_form: '[_1] is attending <a href="[_2]">[_3]</a> at [_4]'
907        html_params:
908            - url
909            - title
910            - venue
911        url: 'http://upcoming.yahoo.com/syndicate/v2/my_events/{{ident}}'
912        xpath:
913            foreach: //item
914            get:
915                title: xCal:summary
916                url: link
917                created_on: dc:date
918                modified_on: dc:date
919                venue: 'xCal:x-calconnect-venue/xCal:adr/xCal:x-calconnect-venue-name'
920                identifier: guid
921viddler:
922    videos:
923        name: Videos
924        description: Videos you posted
925        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
926        html_params:
927            - url
928            - title
929        url: 'http://www.viddler.com/explore/{{ident}}/videos/feed/'
930        rss:
931            thumbnail: media:content/media:thumbnail/@url
932vimeo:
933    videos:
934        name: Videos
935        description: Videos you posted
936        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
937        html_params:
938            - url
939            - title
940        url: http://vimeo.com/{{ident}}/videos/rss
941        rss:
942            thumbnail: media:thumbnail/@url
943    like:
944        name: Likes
945        description: Videos you liked
946        html_form: '[_1] liked <a href="[_2]">[_3]</a>'
947        html_params:
948            - url
949            - title
950        url: http://vimeo.com/{{ident}}/likes/rss
951        rss:
952            thumbnail: media:thumbnail/@url
953            created_on: ''
954            modified_on: ''
955vox:
956    favorites:
957        name: Favorites
958        description: Public assets you saved as favorites
959        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite'
960        html_params:
961            - url
962            - title
963        class: Vox
964    photos:
965        name: Photos
966        description: Your public photos in your Vox library
967        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
968        html_params:
969            - url
970            - title
971        url: 'http://{{ident}}.vox.com/library/photos/rss.xml'
972        rss:
973            thumbnail: media:thumbnail/@url
974            tags: category
975    posts:
976        name: Posts
977        description: Your public posts to your Vox
978        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
979        html_params:
980            - url
981            - title
982        url: 'http://{{ident}}.vox.com/library/posts/atom.xml'
983        atom:
984            tags: category/@label
985website:
986    posted:
987        name: Posts
988        description: The posts available from the website's feed
989        html_form: '[_1] posted <a href="[_2]">[_3]</a> on <a href="[_4]">[_5]</a>'
990        html_params:
991            - url
992            - title
993            - source_url
994            - source_title
995        class: Website
996wists:
997    wists:
998        name: Wists
999        description: Stuff you saved
1000        html_form: '[_1] wants <a href="[_2]">[_3]</a>'
1001        html_params:
1002            - url
1003            - title
1004        url: 'http://www.wists.com/{{ident}}?out=rdf'
1005        identifier: url
1006        rss:
1007            created_on: dc:date
1008            tags: dc:tag
1009            thumbnail: content:encoded
1010xboxlive:
1011    gamerscore:
1012        name: Gamerscore
1013        description: Notes when your gamerscore passes an even number
1014        html_form: '[_1] passed <strong>[_2]</strong> gamerscore <a href="[_3]">on Xbox Live</a>'
1015        html_params:
1016            - score
1017            - url
1018        class: XboxGamerscore
1019yelp:
1020    reviews:
1021        name: Reviews
1022        description: Places you reviewed
1023        html_form: '[_1] reviewed <a href="[_2]">[_3]</a>'
1024        html_params:
1025            - url
1026            - title
1027        url: 'http://www.yelp.com/syndicate/user/{{ident}}/atom.xml'
1028        atom:
1029            url: link/@href
1030youtube:
1031    favorites:
1032        name: Favorites
1033        description: Videos you saved as favorites
1034        fields:
1035            - by
1036        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite video'
1037        html_params:
1038            - url
1039            - title
1040        url: 'http://gdata.youtube.com/feeds/users/{{ident}}/favorites'
1041        atom:
1042            by: author/name
1043            url: "link[@rel='alternate' and @type='text/html']/@href"
1044            thumbnail: "media:group/media:thumbnail[position()=1]/@url"
1045            created_on: ''
1046            modified_on: ''
1047    videos:
1048        name: Videos
1049        description: Videos you posted
1050        html_form: '[_1] posted <a href="[_2]">[_3]</a> to YouTube'
1051        html_params:
1052            - url
1053            - title
1054        url: 'http://gdata.youtube.com/feeds/users/{{ident}}/uploads'
1055        atom:
1056            url: "link[@rel='alternate' and @type='text/html']/@href"
1057            thumbnail: "media:group/media:thumbnail[position()=1]/@url"
1058zooomr:
1059    photos:
1060        name: Photos
1061        description: Photos you posted
1062        html_form: '[_1] posted <a href="[_2]">a photo</a>'
1063        html_params:
1064            - url
1065        url: 'http://www.zooomr.com/services/feeds/public_photos/?id={{ident}}&format=rss_200'
1066        xpath:
1067            foreach: //item
1068            get:
1069                identifier: link
1070                thumbnail: media:content/@url
1071
Note: See TracBrowser for help on using the browser.