urbit/gen/twit/twitter-feed.hoon
C. Guy Yarvin fc1068dfae Revert "Stripdown part 2."
This reverts commit afcc1cb9a80db3a687d7a2a1dc3bf1be38df5b68.
2016-01-25 16:52:58 -08:00

23 lines
462 B
Plaintext

:: Display twitter feed
::
:::: /hook+core+twitter-feed+app
::
/+ sh-utils
!:
::
:::: ~fyr
::
|_ {hide $~}
++ stat {id/@u who/@ta now/@da txt/@t}
++ rens
:- %say
|=(stat rose+[": " `~]^~[leaf+"{<now>} @{(trip who)}" leaf+(trip txt)])
++ peer _`.
++ poke--args
|= {ost/bone his/ship who/span $~}
%.(+< (add-subs [[our /twit] our /user+[who]] ,_`+>.$))
::
++ posh-twit-feed
(args-into-gate . |+(a=(list stat) tang+(turn a rens)))
--