creds-example.lisp @ 26d560b85b8a

Fucking make
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Feb 2018 16:07:49 -0500
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)
    ))