public
Description: An extensible bot for the Campfire web-based chat system #crc
Homepage:
Clone URL: git://github.com/timriley/campfire-bot.git
add example twitter_feed settings to config.example.yml
timriley (author)
Mon Oct 27 05:51:22 -0700 2008
commit  d9b0104336ac42954a63869ae3f99a3398c92088
tree    394bf97f17612c26059c6f681abee19adc94e9bf
parent  935ce0b4a136b634cf99c92b15bf0401fe9a45db
...
4
5
6
 
7
8
9
10
11
12
13
 
 
14
...
4
5
6
7
8
9
10
11
12
 
13
14
15
16
0
@@ -4,9 +4,11 @@ development:
0
   username: foo@bar.com
0
   nickname: Bot Name
0
   password: password
0
+  twitter_feed: 'http://search.twitter.com/search.atom?q=from%3Atimriley+OR+from%3Ahughevans+OR+from%3Aschlick+OR+from%3Aseanodowd'
0
 production:
0
   site: campfire_subdomain_name
0
   room: Company Chat
0
   username: foo@bar.com
0
   nickname: Bot Name
0
-  password: password
0
\ No newline at end of file
0
+  password: password
0
+  twitter_feed: 'http://search.twitter.com/search.atom?q=from%3Atimriley+OR+from%3Ahughevans+OR+from%3Aschlick+OR+from%3Aseanodowd'
0
\ No newline at end of file

Comments