shrub/mar/twit/feed.hoon

31 lines
590 B
Plaintext
Raw Normal View History

2016-03-15 01:17:47 +03:00
:: Twitter statuses
::
:::: /hoon/feed/twit/mar
::
2016-04-01 02:15:10 +03:00
/- talk
2016-03-15 01:17:47 +03:00
/+ twitter, httr-to-json
2016-04-01 02:15:10 +03:00
|_ fed/(list post:twitter)
2016-03-15 01:17:47 +03:00
++ grab
|%
2016-03-21 23:35:29 +03:00
++ noun (list post:twitter)
++ json (corl need (ar:jo post:parse:twitter))
2016-03-15 01:17:47 +03:00
++ httr (cork httr-to-json json) :: XX mark translation
--
++ grow
|%
2016-04-01 02:15:10 +03:00
++ tank >[fed]<
++ talk-speeches
=+ r=render:twitter
%+ turn fed
|= a/post:twitter ^- speech:talk
:* %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))
==
2016-03-15 01:17:47 +03:00
--
--