Skip to content

senzil/cabot-alert-irc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cabot IRC Plugin

This plugin displays notifications on IRC rooms.

Installation

$ pip install cabot-alert-irc

Add cabot_alert_irc to the installed apps in settings.py.

Then run:

$ foreman run python manage.py syncdb --migrate
$ foreman start

Configuration

Provide the following variables in your <file>.env (or use the following defaults):

IRC_HOST=sinisalo.freenode.net
IRC_PORT=6667
IRC_BOT_NICK=Cabot_Alert_Bot
IRC_ROOM=Cabot_Alert_Bot_Test

I suggest you change the IRC_BOT_NICK with a custom unique value.

Each user can also register a room from the plugin configuration panel.

License

MIT (same as Cabot)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%