瀏覽代碼

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>))