Difference between revisions of "hcard-contact-autocompletion"
hcard-contact-autocompletion
Jump to navigation
Jump to search
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:hCard contact autocompletion}} | |
aka '''microBrother''' | aka '''microBrother''' | ||
Line 11: | Line 11: | ||
== participants == | == participants == | ||
* <span class="vcard><span class="fn">Rohit Khare</span></span> | * <span class="vcard><span class="fn">Rohit Khare</span></span> | ||
− | * <span class="vcard><span class="fn"> | + | * <span class="vcard><span class="fn">Theresa O'Connor</span></span> |
* <span class="vcard><span class="fn">Kevin Burton</span></span> | * <span class="vcard><span class="fn">Kevin Burton</span></span> | ||
* <span class="vcard><span class="fn">Lauren Scime</span></span> | * <span class="vcard><span class="fn">Lauren Scime</span></span> | ||
+ | * <span class="vcard><span class="fn">Chirag Shah</span></span> | ||
* ... | * ... | ||
Line 24: | Line 25: | ||
** lame 1-liner that checks your 100 most recent flicker following list: ''curl -s -o- http://twitter.com/statuses/friends/rohitkhare.xml | grep -C1 -i "<name>.*Stone.*</name>"'' | ** lame 1-liner that checks your 100 most recent flicker following list: ''curl -s -o- http://twitter.com/statuses/friends/rohitkhare.xml | grep -C1 -i "<name>.*Stone.*</name>"'' | ||
* YQL / backend: please link | * YQL / backend: please link | ||
+ | * Friend Select: [http://github.com/chirags/Friend-Select/tree/master source code] [http://chiarg.com/hacks/friendselect/ see it running] | ||
== related topics == | == related topics == |
Latest revision as of 16:25, 18 July 2020
aka microBrother
One of several projects at microformatsDevCamp.
summary
The idea is "Caller ID '2.0'": given a partial hCard and a friends list (twitter following, facebook friend connect, etc.), auto-fill the hCard with additional info from such services.
participants
- Rohit Khare
- Theresa O'Connor
- Kevin Burton
- Lauren Scime
- Chirag Shah
- ...
code
- UI / frontend: please link
- flickr backend and integration point
- fbconnect backend: fbConnect hCard Export
- twitter backend: superceded by hober's script
- lame 1-liner that checks your 100 most recent flicker following list: curl -s -o- http://twitter.com/statuses/friends/rohitkhare.xml | grep -C1 -i "<name>.*Stone.*</name>"
- YQL / backend: please link
- Friend Select: source code see it running