]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/Configuration.hs
Add the Twitter API oAuth stuff to the configuration and command line.
[dead/halcyon.git] / src / Configuration.hs
index e83dc29c8616e755048cb4c39d0461da750c1766..5e84368b6853a4d85c1a293f0fd44b484ff4f4a3 100644 (file)
@@ -6,7 +6,11 @@ module Configuration (
 )
 where
 
-data Cfg = Cfg { heartbeat :: Int,
+data Cfg = Cfg { consumer_key :: String,
+                 consumer_secret :: String,
+                 access_token :: String,
+                 access_secret :: String,
+                 heartbeat :: Int,
                  ignore_replies :: Bool,
                  ignore_retweets :: Bool,
                  sendmail_path :: String,