mirror of
https://github.com/urbit/shrub.git
synced 2025-01-07 05:26:56 +03:00
fc1068dfae
This reverts commit afcc1cb9a80db3a687d7a2a1dc3bf1be38df5b68.
17 lines
637 B
Plaintext
17 lines
637 B
Plaintext
|%
|
|
++ twit-do => twit {p/span q/command} :: user and action
|
|
++ twit-stat {id/@u who/@ta now/@da txt/@t} :: received tweet
|
|
++ twit
|
|
|%
|
|
++ 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
|
|
==
|
|
--
|
|
--
|