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

Revision 1564, 32.0 kB (checked in by mpaschal, 5 months ago)

Switch the Google Reader stream to a yaml recipe instead of a class based definition

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        fields:
319            - note
320            - source_title
321            - source_url
322            - summary
323        html_form: '[_1] shared <a href="[_2]">[_3]</a> from <a href="[_4]">[_5]</a>'
324        html_params:
325            - url
326            - title
327            - source_url
328            - source_title
329        url: "http://www.google.com/reader/public/atom/user/{{ident}}/state/com.google/broadcast"
330        atom:
331            summary: summary
332            enclosure: "link[@rel='enclosure']/@href"
333            source_title: source/title
334            source_url: "source/link[@rel='alternate']/@href"
335            note: gr:annotation/content
336            created_on: ''
337            modified_on: ''
338iconbuffet:
339    icons:
340        name: Deliveries
341        description: Icon sets you were delivered
342        html_form: '[_1] received the icon set <a href="[_2]">[_3]</a>'
343        html_params:
344            - url
345            - title
346        url: 'http://www.iconbuffet.com/people/{{ident}};received_packages'
347        identifier: url
348        scraper:
349            foreach: 'div#icons div.preview-sm'
350            get:
351                title:
352                    - a span
353                    - TEXT
354                url:
355                    - a
356                    - '@href'
357identica:
358    statuses:
359        name: Notices
360        description: Notices you posted
361        html_form: '[_1] <a href="[_2]">said</a>, &ldquo;[_3]&rdquo;'
362        html_params:
363            - url
364            - title
365        url: 'http://identi.ca/{{ident}}/rss'
366        rss:
367            created_on: dc:date
368        class: Identica
369iminta:
370    links:
371        name: Intas
372        description: Links you saved
373        html_form: '[_1] is inta <a href="[_2]">[_3]</a>'
374        html_params:
375            - url
376            - title
377        url: 'http://iminta.com/people/{{ident}}/rss.xml?inta_source_id=11'
378        rss: 1
379instructables:
380    favorites:
381        name: Favorites
382        description: Instructables you saved as favorites
383        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite'
384        html_params:
385            - url
386            - title
387        url: http://www.instructables.com/member/{{ident}}/rss.xml?show=good
388        rss:
389            created_on: ''
390            modified_on: ''
391            thumbnail: imageThumb
392istockphoto:
393    photos:
394        name: Photos
395        description: Photos you posted that were approved
396        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
397        html_params:
398            - url
399            - title
400        url: 'http://www.istockphoto.com/webservices/feeds/?feedFormat=IStockAtom_1_0&feedName=istockfeed.image.newestUploads&feedParams=UserID={{ident}}'
401        identifier: url
402        atom:
403            thumbnail: content/div/a/img/@src
404iusethis:
405    events:
406        name: Recent events
407        description: Events from your recent events feed
408        html_form: '[_1] <a href="[_2]">[_3]</a>'
409        html_params:
410            - url
411            - title
412        rss: 1
413        url: 'http://osx.iusethis.com/user/feed.rss/{{ident}}?following=0'
414    osxapps:
415        name: Apps you use
416        description: The applications you saved as ones you use
417        fields:
418            - favorite
419        html_form: '[_1] started using <a href="[_2]">[_3]</a>[quant,_4, (and loves it),,]'
420        html_params:
421            - url
422            - title
423            - favorite
424        url: 'http://osx.iusethis.com/user/{{ident}}'
425iwatchthis:
426    favorites:
427        name: Favorites
428        description: Videos you saved as watched
429        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite video'
430        html_params:
431            - url
432            - title
433        url: 'http://iwatchthis.com/rss/{{ident}}'
434        rss: 1
435jaiku:
436    jaikus:
437        name: Jaikus
438        description: Jaikus you posted
439        html_form: '[_1] <a href="[_2]">jaiku''d</a>, "[_3]"'
440        html_params:
441            - url
442            - title
443        url: 'http://{{ident}}.jaiku.com/feed/atom'
444        atom: 1
445kongregate:
446    favorites:
447        name: Favorites
448        description: Games you saved as favorites
449        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite game'
450        html_params:
451            - url
452            - title
453        url: 'http://www.kongregate.com/accounts/{{ident}}'
454        identifier: url
455        scraper:
456            foreach: #favorites dl
457            get:
458                url:
459                    - dd a
460                    - '@href'
461                title:
462                    - dd a
463                    - TEXT
464                thumbnail:
465                    - dt img
466                    - '@src'
467    achievements:
468        name: Achievements
469        description: Achievements you won
470        fields:
471            - game_title
472        html_form: '[_1] won the <strong>[_2]</strong> in <a href="[_3]">[_4]</a>'
473        html_params:
474            - title
475            - url
476            - game_title
477        url: 'http://www.kongregate.com/accounts/{{ident}}'
478        identifier: url,title
479        scraper:
480            foreach: #achievements .badge_details
481            get:
482                url:
483                    - dt.badge_img a
484                    - '@href'
485                thumbnail:
486                    - dt.badge_img img
487                    - '@style'
488                title:
489                    - dd.badge_name
490                    - TEXT
491                game_title:
492                    - a.badge_game
493                    - TEXT
494lastfm:
495    tracks:
496        name: Tracks
497        description: Songs you recently listened to (High spam potential!)
498        html_form: '[_1] heard <a href="[_2]">[_3]</a>'
499        html_params:
500            - url
501            - title
502        url: 'http://ws.audioscrobbler.com/1.0/user/{{ident}}/recenttracks.rss'
503        rss: 1
504    lovedtracks:
505        name: Loved Tracks
506        description: Songs you marked as "loved"
507        fields:
508            - artist
509        html_form: '[_1] loved <a href="[_2]">[_3]</a> by [_4]'
510        html_params:
511            - url
512            - title
513            - artist
514        url: 'http://pipes.yahoo.com/pipes/pipe.run?_id=4smlkvMW3RGPpBPfTqoASA&_render=rss&lastFM_UserName={{ident}}'
515        identifier: url
516        rss:
517            artist: description
518    journalentries:
519        name: Journal Entries
520        description: Your recent journal entries
521        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
522        html_params:
523            - url
524            - title
525        url: 'http://ws.audioscrobbler.com/1.0/user/{{ident}}/journals.rss'
526        rss: 1
527    events:
528        name: Events
529        description: The events you said you'll be attending
530        html_form: '[_1] is attending <a href="[_2]">[_3]</a>'
531        html_params:
532            - url
533            - title
534        url: 'http://ws.audioscrobbler.com/1.0/user/{{ident}}/events.rss'
535        rss: 1
536livejournal:
537    posts:
538        name: Posts
539        description: Your public posts to your journal
540        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
541        html_params:
542            - url
543            - title
544        url: 'http://users.livejournal.com/{{ident}}/data/atom'
545        atom: 1
546magnolia:
547    links:
548        name: Links
549        description: Your public links
550        fields:
551            - note
552        html_form: '[_1] saved the link <a href="[_2]">[_3]</a>'
553        html_params:
554            - url
555            - title
556        url: 'http://ma.gnolia.com/atom/full/people/{{ident}}'
557        identifier: url
558        atom:
559            tags: "category[@scheme='http://ma.gnolia.com/tags']/@term"
560            note: content
561metafilter:
562    favorites:
563        name: Favorites
564        description: Posts you saved as favorites
565        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite'
566        html_params:
567            - url
568            - title
569        url: 'http://www.metafilter.com/favorites/{{ident}}/posts/rss'
570        rss:
571            created_on: ''
572netflix:
573    queue:
574        name: Queue
575        description: Movies you added to your rental queue
576        fields:
577            - queue
578        html_form: '[_1] queued <a href="[_2]">[_3]</a>'
579        html_params:
580            - url
581            - title
582        url: 'http://rss.netflix.com/QueueRSS?id={{ident}}'
583        rss:
584            thumbnail: description
585    recent:
586        name: Recent Movies
587        description: Recent Rental Activity
588        fields:
589            - recent
590        html_form: '[_1] is watching <a href="[_2]">[_3]</a>'
591        html_params:
592            - url
593            - title
594        url: 'http://rss.netflix.com/TrackingRSS?id={{ident}}'
595        rss:
596            thumbnail: description
597netvibes:
598    links:
599        name: Links
600        description: Links you saved
601        html_form: '[_1] saved the link <a href="[_2]">[_3]</a>'
602        html_params:
603            - url
604            - title
605        url: 'http://www2.netvibes.com/rest/account/{{ident}}/timeline?format=atom'
606        atom: 1
607nytimes:
608    links:
609        name: Recommendations
610        description: Recommendations in your TimesPeople activities
611        html_form: '[_1] recommended <a href="[_2]">[_3]</a>'
612        html_params:
613            - url
614            - title
615        url: 'http://timespeople.nytimes.com/view/user/{{ident}}/rss.xml'
616        rss: 1
617ohloh:
618    kudos:
619        name: Kudos
620        description: Kudos you have received
621        html_form: '[_1] received kudos from <a href="[_2]">[_3]</a>'
622        html_params:
623            - url
624            - title
625        url: 'http://www.ohloh.net/accounts/{{ident}}/kudos'
626        identifier: url
627        scraper:
628            foreach: 'div.received_kudo'
629            get:
630                url:
631                    - a
632                    - '@href'
633                title:
634                    - a
635                    - TEXT
636pandora:
637    favorites:
638        name: Favorite Songs
639        description: Songs you marked as favorites
640        fields:
641            - album_art
642            - guid
643        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite song'
644        html_params:
645            - url
646            - title
647        url: 'http://feeds.pandora.com/feeds/people/{{ident}}/favorites.xml'
648        identifier: guid
649        xpath:
650            foreach: //item
651            get:
652                created_on: pubDate
653                title: title
654                guid: guid
655                url: link
656                album_art: pandora:albumArtUrl
657    favoriteartists:
658        name: Favorite Artists
659        description: Artists you marked as favorites
660        fields:
661            - artist-photo-url
662            - guid
663        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite artist'
664        html_params:
665            - url
666            - title
667        url: 'http://feeds.pandora.com/feeds/people/{{ident}}/favoriteartists.xml'
668        identifier: guid
669        xpath:
670            foreach: //item
671            get:
672                created_on: pubDate
673                title: title
674                guid: guid
675                url: link
676                artist-photo-url: pandora:stationImageUrl
677    stations:
678        name: Stations
679        description: Radio stations you added
680        fields:
681            - guid
682            - station-image-url
683        html_form: '[_1] added a new radio station named <a href="[_2]">[_3]</a>'
684        html_params:
685            - url
686            - title
687        url: 'http://feeds.pandora.com/feeds/people/{{ident}}/stations.xml'
688        identifier: guid
689        xpath:
690            foreach: //item
691            get:
692                created_on: pubDate
693                title: title
694                guid: guid
695                url: pandora:stationLink
696                station-image-url: pandora:stationImageUrl
697picasaweb:
698    photos:
699        name: Photos
700        description: Photos you posted
701        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
702        html_params:
703            - url
704            - title
705        url: 'http://picasaweb.google.com/data/feed/api/user/{{ident}}?kind=photo&max-results=15'
706        atom:
707            thumbnail: media:group/media:thumbnail[position()=2]/@url
708p0pulist:
709    stuff:
710        name: List
711        description: Things you put in your list
712        html_form: '[_1] is enjoying <a href="[_2]">[_3]</a>'
713        html_params:
714            - url
715            - title
716        url: 'http://p0p.com/list/hot_list/{{ident}}.rss'
717        rss:
718            thumbnail: image/url
719pownce:
720    statuses:
721        name: Notes
722        description: Your public notes
723        fields:
724            - note
725        html_form: '[_1] <a href="[_2]">posted</a>, "[_3]"'
726        html_params:
727            - url
728            - note
729        url: 'http://pownce.com/feeds/public/{{ident}}/'
730        atom:
731            note: summary
732reddit:
733    comments:
734        name: Comments
735        description: Comments you posted
736        html_form: '[_1] commented on <a href="[_2]">[_3]</a> at Reddit'
737        html_params:
738            - url
739            - title
740        url: 'http://www.reddit.com/user/{{ident}}/comments/'
741        identifier: title
742        scraper:
743            foreach: 'a.title'
744            get:
745                title:
746                    - a
747                    - TEXT
748                url:
749                    - a
750                    - '@href'
751    submitted:
752        name: Submissions
753        description: Articles you submitted
754        html_form: '[_1] submitted <a href="[_2]">[_3]</a> to Reddit'
755        html_params:
756            - url
757            - title
758        url: 'http://www.reddit.com/user/{{ident}}/submitted/'
759        identifier: title
760        scraper:
761            foreach: 'a.title'
762            get:
763                title:
764                    - a
765                    - TEXT
766                url:
767                    - a
768                    - '@href'
769    favorites:
770        name: Likes
771        description: Articles you liked (your votes must be public)
772        html_form: '[_1] liked <a href="[_2]">[_3]</a> from Reddit'
773        html_params:
774            - url
775            - title
776        url: 'http://www.reddit.com/user/{{ident}}/liked/'
777        identifier: title
778        scraper:
779            foreach: 'a.title'
780            get:
781                title:
782                    - a
783                    - TEXT
784                url:
785                    - a
786                    - '@href'
787    dislikes:
788        name: Dislikes
789        description: Articles you disliked (your votes must be public)
790        html_form: '[_1] disliked <a href="[_2]">[_3]</a> on Reddit'
791        html_params:
792            - url
793            - title
794        url: 'http://www.reddit.com/user/{{ident}}/disliked/'
795        identifier: title
796        scraper:
797            foreach: 'a.title'
798            get:
799                title:
800                    - a
801                    - TEXT
802                url:
803                    - a
804                    - '@href'
805slideshare:
806    favorites:
807        name: Favorites
808        description: Slideshows you saved as favorites
809        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite slideshow'
810        html_params:
811            - url
812            - title
813        url: 'http://www.slideshare.net/rss/user/{{ident}}/favorites'
814        rss:
815            thumbnail: media:content/media:thumbnail/@url
816            created_on: ''
817    slideshows:
818        name: Slideshows
819        description: Slideshows you posted
820        html_form: '[_1] posted the slideshow <a href="[_2]">[_3]</a>'
821        html_params:
822            - url
823            - title
824        url: 'http://www.slideshare.net/rss/user/{{ident}}'
825        rss:
826            thumbnail: media:content/media:thumbnail/@url
827smugmug:
828    photos:
829        name: Photos
830        description: Photos you posted
831        html_form: '[_1] posted <a href="[_2]">a photo</a>'
832        html_params:
833            - url
834        url: 'http://www.smugmug.com/hack/feed.mg?Type=nicknameRecentPhotos&Data={{ident}}&format=atom10&ImageCount=15'
835        atom:
836            thumbnail: id
837steam:
838    achievements:
839        name: Achievements
840        description: Your achievements for achievement-enabled games
841        html_form: '[_1] won the <strong>[_2]</strong> achievement in <a href="http://steamcommunity.com/id/[_3]/stats/[_4]?tab=achievements">[_5]</a>'
842        html_params:
843            - title
844            - ident
845            - gamecode
846            - game
847        class: Steam
848tumblr:
849    events:
850        name: Stuff
851        description: Things you posted
852        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
853        html_params:
854            - url
855            - title
856        url: 'http://{{ident}}.tumblr.com/rss'
857        rss: 1
858twitter:
859    statuses:
860        name: Tweets
861        description: Your public tweets
862        class: TwitterTweet
863        html_form: '[_1] <a href="[_2]">tweeted</a>, "[_3]"'
864        html_params:
865            - url
866            - title
867        url: 'http://twitter.com/statuses/user_timeline/{{ident}}.atom'
868        atom: 1
869    favorites:
870        name: Favorites
871        description: Public tweets you saved as favorites
872        class: TwitterFavorite
873        fields:
874            - tweet_author
875        html_form: '[_1] saved <a href="[_2]">[_3]''s tweet</a>, "[_4]" as a favorite'
876        html_params:
877            - url
878            - tweet_author
879            - title
880        url: 'http://twitter.com/favorites/{{ident}}.atom'
881        atom:
882            created_on: ''
883            modified_on: ''
884typepad:
885    comments:
886        name: Comments
887        description: Comments you posted
888        html_form: '[_1] left a comment on <a href="[_2]">[_3]</a>'
889        html_params:
890            - url
891            - title
892        url: 'http://profile.typepad.com/{{ident}}/comments/atom.xml'
893        atom: 1
894uncrate:
895    saved:
896        name: Saved
897        description: Things you saved as favorites
898        html_form: '[_1] saved <a href="[_2]">[_3]</a> on Uncrate'
899        html_params:
900            - url
901            - title
902        url: 'http://www.uncrate.com/stuff/{{ident}}'
903        identifier: url
904        scraper:
905            foreach: '#profile-recent-actions h2'
906            get:
907                title:
908                  - a
909                  - TEXT
910                url:
911                  - a
912                  - '@href'
913upcoming:
914    events:
915        name: Events
916        description: Events you are watching or attending
917        fields:
918            - venue
919        html_form: '[_1] is attending <a href="[_2]">[_3]</a> at [_4]'
920        html_params:
921            - url
922            - title
923            - venue
924        url: 'http://upcoming.yahoo.com/syndicate/v2/my_events/{{ident}}'
925        xpath:
926            foreach: //item
927            get:
928                title: xCal:summary
929                url: link
930                created_on: dc:date
931                modified_on: dc:date
932                venue: 'xCal:x-calconnect-venue/xCal:adr/xCal:x-calconnect-venue-name'
933                identifier: guid
934viddler:
935    videos:
936        name: Videos
937        description: Videos you posted
938        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
939        html_params:
940            - url
941            - title
942        url: 'http://www.viddler.com/explore/{{ident}}/videos/feed/'
943        rss:
944            thumbnail: media:content/media:thumbnail/@url
945vimeo:
946    videos:
947        name: Videos
948        description: Videos you posted
949        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
950        html_params:
951            - url
952            - title
953        url: http://vimeo.com/{{ident}}/videos/rss
954        rss:
955            thumbnail: media:thumbnail/@url
956    like:
957        name: Likes
958        description: Videos you liked
959        html_form: '[_1] liked <a href="[_2]">[_3]</a>'
960        html_params:
961            - url
962            - title
963        url: http://vimeo.com/{{ident}}/likes/rss
964        rss:
965            thumbnail: media:thumbnail/@url
966            created_on: ''
967            modified_on: ''
968vox:
969    favorites:
970        name: Favorites
971        description: Public assets you saved as favorites
972        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite'
973        html_params:
974            - url
975            - title
976        class: Vox
977    photos:
978        name: Photos
979        description: Your public photos in your Vox library
980        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
981        html_params:
982            - url
983            - title
984        url: 'http://{{ident}}.vox.com/library/photos/rss.xml'
985        rss:
986            thumbnail: media:thumbnail/@url
987            tags: category
988    posts:
989        name: Posts
990        description: Your public posts to your Vox
991        html_form: '[_1] posted <a href="[_2]">[_3]</a>'
992        html_params:
993            - url
994            - title
995        url: 'http://{{ident}}.vox.com/library/posts/atom.xml'
996        atom:
997            tags: category/@label
998website:
999    posted:
1000        name: Posts
1001        description: The posts available from the website's feed
1002        html_form: '[_1] posted <a href="[_2]">[_3]</a> on <a href="[_4]">[_5]</a>'
1003        html_params:
1004            - url
1005            - title
1006            - source_url
1007            - source_title
1008        class: Website
1009wists:
1010    wists:
1011        name: Wists
1012        description: Stuff you saved
1013        html_form: '[_1] wants <a href="[_2]">[_3]</a>'
1014        html_params:
1015            - url
1016            - title
1017        url: 'http://www.wists.com/{{ident}}?out=rdf'
1018        identifier: url
1019        rss:
1020            created_on: dc:date
1021            tags: dc:tag
1022            thumbnail: content:encoded
1023xboxlive:
1024    gamerscore:
1025        name: Gamerscore
1026        description: Notes when your gamerscore passes an even number
1027        html_form: '[_1] passed <strong>[_2]</strong> gamerscore <a href="[_3]">on Xbox Live</a>'
1028        html_params:
1029            - score
1030            - url
1031        class: XboxGamerscore
1032yelp:
1033    reviews:
1034        name: Reviews
1035        description: Places you reviewed
1036        html_form: '[_1] reviewed <a href="[_2]">[_3]</a>'
1037        html_params:
1038            - url
1039            - title
1040        url: 'http://www.yelp.com/syndicate/user/{{ident}}/atom.xml'
1041        atom:
1042            url: link/@href
1043youtube:
1044    favorites:
1045        name: Favorites
1046        description: Videos you saved as favorites
1047        fields:
1048            - by
1049        html_form: '[_1] saved <a href="[_2]">[_3]</a> as a favorite video'
1050        html_params:
1051            - url
1052            - title
1053        url: 'http://gdata.youtube.com/feeds/users/{{ident}}/favorites'
1054        atom:
1055            by: author/name
1056            url: "link[@rel='alternate' and @type='text/html']/@href"
1057            thumbnail: "media:group/media:thumbnail[position()=1]/@url"
1058            created_on: ''
1059            modified_on: ''
1060    videos:
1061        name: Videos
1062        description: Videos you posted
1063        html_form: '[_1] posted <a href="[_2]">[_3]</a> to YouTube'
1064        html_params:
1065            - url
1066            - title
1067        url: 'http://gdata.youtube.com/feeds/users/{{ident}}/uploads'
1068        atom:
1069            url: "link[@rel='alternate' and @type='text/html']/@href"
1070            thumbnail: "media:group/media:thumbnail[position()=1]/@url"
1071zooomr:
1072    photos:
1073        name: Photos
1074        description: Photos you posted
1075        html_form: '[_1] posted <a href="[_2]">a photo</a>'
1076        html_params:
1077            - url
1078        url: 'http://www.zooomr.com/services/feeds/public_photos/?id={{ident}}&format=rss_200'
1079        xpath:
1080            foreach: //item
1081            get:
1082                identifier: link
1083                thumbnail: media:content/@url
1084
Note: See TracBrowser for help on using the browser.