- (in-package #:chatikbot)
- ;; Telegram
- (setf *telegram-token* "123456789:YourTokenHere")
- ;; Forecast.io
- (setf *forecast-api-key* "<forecast-key>")
- ;; Foursquare
- (setf *fsq-access-token* "<foursquare-token>")
- ;; Admins
- (setf *admins* '(<user-id> <user-id>))
|