Difference between revisions of "Ircbot"
From Fixme.ch
								
												
				|  (→Configuration and Installation) |  (→Configuration and Installation) | ||
| Line 14: | Line 14: | ||
|   su -c 'willie -w' irc-bot |   su -c 'willie -w' irc-bot | ||
| + | * Patch rss to show the link of the article | ||
| == Plugins == | == Plugins == | ||
Revision as of 16:54, 20 July 2013
Information
- FIXMYBOT on Freenode
- We're using Willie
- https://github.com/embolalia/willie/wiki/Commands
Configuration and Installation
- /home/irc-bot/.willie/default.cfg
- Installation (latest version with better rss module)
cd /tmp; git clone git://github.com/embolalia/willie.git cd willie; python setup.py install; rm -fr /tmp/willie pip install feedparser pytz lxml pygeoip praw apt-get install python-enchant
su -c 'willie -w' irc-bot
- Patch rss to show the link of the article
Plugins
RSS
.rss add #channel name http://example.com/rss .rss del name .rss list
.startrss

