* config.yml sample
authormitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Mon, 10 Jan 2011 12:40:27 +0000 (12:40 +0000)
committermitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Mon, 10 Jan 2011 12:40:27 +0000 (12:40 +0000)
git-svn-id: https://lab.mitty.jp/svn/lab/trunk@107 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

Dev/twitter/config.yml.sample [new file with mode: 0644]

diff --git a/Dev/twitter/config.yml.sample b/Dev/twitter/config.yml.sample
new file mode 100644 (file)
index 0000000..258df1e
--- /dev/null
@@ -0,0 +1,31 @@
+consumer_key: "consumer_key"
+consumer_secret: "consumer_secret"
+
+access_token : "access_token"
+access_token_secret : "access_token_secret"
+
+sleep: 10
+
+hashtag: 
+  - #perlbot
+  - #bot
+
+allow:
+  screen_name:
+    - twitter
+  user_id:
+    - 783214
+    - 9876543210
+
+mail:
+  server: "localhost"
+  to:
+    - "info@example.com"
+    - "bot@irc.example.com"
+  from: "retweetbot@twit.example.jp (Cron Daemon)"
+  subject: "new tweets for retweetbot are found"
+  contenttype : 'text/plain; charset="ISO-2022-JP"'
+  pickup:
+    - search
+    - mention
+  ignore_allowed: yes