linkk/RedmineBot
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
IRC bot for Redmine
Installation process:
First change server and channel name in code, where you want to add bot.
170 rwBot = RwBotFactory('#test', 'rwbot', svn)
171
172 reactor.connectTCP('irc.freenode.org', 6667, rwBot)
Don't forget to change this line:
108 redmine = feedparser.parse("...")
Start bot by simply typing 'python redmineIRCBot.py