Difference between revisions of "Ircbot"

From Fixme.ch
Jump to: navigation, search
m (moved Jsonbot to Ircbot)
Line 2: Line 2:
 
== Information ==
 
== Information ==
 
* FIXMYBOT on Freenode
 
* FIXMYBOT on Freenode
* The documentation has been down for ages
+
* We're using Willie
** Mirror: http://jsonbot.readthedocs.org/en/latest/index.html
+
* https://github.com/embolalia/willie/wiki/Commands
* Code: https://code.google.com/p/jsonbot/
+
  
 
== Configuration ==
 
== Configuration ==
* Main: /home/irc-bot/.jsb/config/mainconfig
+
* Main: /home/irc-bot/.willie/default.cfg
* Bot: /home/irc-bot/.jsb/config/fleet/fixmybot/config
+
* Don't use init script, the bot is started with crontab for user irc-bot
+
  
 
== Plugins ==
 
== Plugins ==
 
=== RSS ===
 
=== RSS ===
* Add the feed and register it to a channel/user:
+
  .rss add #channel name http://example.com/rss
  !rss-add name http://example.com/rss
+
  .rss del #channel name http://example.com/rss
  !rss-start name #from the channel/user
+
  .rss list
!rss-running
+
* Show feed registered channels
+
  !rss-channels name
+
* Show feed url
+
!rss-url name
+
* Delete feed
+
!rss-del anme
+

Revision as of 20:26, 19 July 2013

Information

Configuration

  • Main: /home/irc-bot/.willie/default.cfg

Plugins

RSS

.rss add #channel name http://example.com/rss
.rss del #channel name http://example.com/rss
.rss list