creds-example.lisp @ 5db3d9b9894b

kill me
author Steve Losh <steve@stevelosh.com>
date Sat, 14 Apr 2018 01:14:45 -0400
parents 0959bec6eaa2
children (none)
(in-package :magitek.twitter)

(setf *api-key* "...")
(setf *api-secret* "...")

(setf *credentials*
  '(
    (auth-plist-goes-here use (tt-authorize) to get it)
    ))