Skip to content

An app that posts conversations in an IRC channel as murmurs to a Mingle project

Notifications You must be signed in to change notification settings

sdqali/irc2murmur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

irc2murmur
==========
An app to post conversations in an IRC channel as Murmurs on a project on Mingle

Dependencies
~~~~~~~~~~~~
1) HTTParty gem
2) Basic authentication must be turned on in Mingle
 (http://www.thoughtworks-studios.com/mingle/3.0/help/configuring_mingle_authentication.html)

Configuration
~~~~~~~~~~~~~
To set up the app, edit config.yml

A sample configuration would look like this:
The 'protocol' config under 'mingle' takes values 'http' and 'https'.

irc:
  server: irc.freenode.net
  port: 6667
  channel: lisp
  nick: i2mbot
  username: i2mbot
  realname: I2M Bot
 
mingle:
  protocol: https
  host: localhost
  project: i2mdemo
  user: i2mbot
  password: password

Running the application
~~~~~~~~~~~~~~~~~~~~~~~
Run 'ruby irc2murmur.rb' from the projects home directory

About

An app that posts conversations in an IRC channel as murmurs to a Mingle project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages