shrub/mar/twit/feed.hoon
rmariani 579efd9972
Remove old-zuse (#867)
* removes old-zuse
2018-10-26 16:19:18 -07:00

32 lines
593 B
Plaintext

:: Twitter statuses
::
:::: /hoon/feed/twit/mar
::
/- hall
/+ twitter, httr-to-json
=, format
|_ fed/(list post:twitter)
++ grab
|%
++ noun (list post:twitter)
++ json (ar:dejs post:reparse:twitter)
++ httr (cork httr-to-json json) :: XX mark translation
--
++ grow
|%
++ tank >[fed]<
++ hall-speeches
=+ r=render:twitter
%+ turn fed
|= a/post:twitter ^- speech:hall
:* %api %twitter
who.a
(user-url.r who.a)
txt.a
txt.a
(post-url.r who.a id.a)
(joba now+(jode now.a))
==
--
--