timriley / campfire-bot

An extensible bot for the Campfire web-based chat system #crc

This URL has Read+Write access

campfire-bot / config.example.yml
100644 16 lines (16 sloc) 0.579 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
development:
  site: campfire_subdomain_name
  room: Test
  username: foo@bar.com
  nickname: Bot Name
  password: password
  twitter_feed: 'http://search.twitter.com/search.atom?q=from%3Atimriley+OR+from%3Ahughevans+OR+from%3Aschlick+OR+from%3Aseanodowd'
  twitter_hide_replies: false
production:
  site: campfire_subdomain_name
  room: Company Chat
  username: foo@bar.com
  nickname: Bot Name
  password: password
  twitter_feed: 'http://search.twitter.com/search.atom?q=from%3Atimriley+OR+from%3Ahughevans+OR+from%3Aschlick+OR+from%3Aseanodowd'
  twitter_hide_replies: false