mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 11:51:32 +03:00
24 lines
531 B
Plaintext
24 lines
531 B
Plaintext
|
:: Twitter credentials
|
||
|
::
|
||
|
:::: /hoon/cred/twit/mar
|
||
|
::
|
||
|
/- plan-acct
|
||
|
/+ httr-to-json
|
||
|
|_ {acc/plan-acct raw/json}
|
||
|
++ grab
|
||
|
|%
|
||
|
++ noun {plan-acct ^json}
|
||
|
++ httr (cork httr-to-json json) :: XX mark translation
|
||
|
++ json
|
||
|
|= jon/^json ^- {plan-acct ^json}
|
||
|
=+ usr=(need ((ot 'screen_name'^so ~):jo jon))
|
||
|
=+ url=(scan "https://twitter.com/FIXME" aurf:epur)
|
||
|
=. q.q.p.url /[usr] :: XX friendlier url format #717
|
||
|
[[usr (some url)] jon]
|
||
|
--
|
||
|
++ grow
|
||
|
|%
|
||
|
++ tank >[+<]<
|
||
|
--
|
||
|
--
|