shrub/sur/twitter.hoon
2016-03-07 13:42:23 -08:00

14 lines
546 B
Plaintext

|%
++ stat {id/@u who/@ta now/@da txt/@t} :: recieved tweet
++ keys :: twitter-key type
$: con/{tok/@t sec/@t} :: user key pair
acc/{tok/@t sec/@t} :: app key pair
==
::
++ command :: poke action
$% {$auth p/keys} :: set API keys
{$post p/@uvI q/cord} :: post a tweet
==
++ sur-twit . :: XX
--