소스 검색

Config example

Innocenty Enikeew 10 년 전
부모
커밋
77648a4609
1개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 14 0
      config.lisp.example

+ 14 - 0
config.lisp.example

@@ -0,0 +1,14 @@
+(in-package #:chatikbot)
+
+;; Telegram
+(setf *telegram-token* "123456789:YourTokenHere")
+
+;; Forecast.io
+(setf *forecast-api-key* "<forecast-key>")
+
+;; Tits tumblr
+(setf *tumblr-roll* '("http://boobs-selfshots.tumblr.com"
+                      "http://bbt12.tumblr.com"))
+
+;; Admins
+(setf *admins* '(<user-id> <user-id>))