Re: [Ekiga-list] IRC channel activity



On Mon, 13 Feb 2012 16:28:11 +0200
Genghis Khan <genghiskhan gmx ca> wrote:

> On Mon, 13 Feb 2012 15:57:48 +0200
> Genghis Khan <genghiskhan gmx ca> wrote:
> 
> > Suggestion: adding an IRC Bot which will notify on updates.
> > 
> [Perl] Irc Rss Feed Bot By Emery
> http://www.governmentsecurity.org/forum/topic/32441-perl-irc-rss-feed-bot/
> https://emery8.wordpress.com/2010/01/19/3/
> 
I'm trying to use this Python script but I'm not succeeding in doing so
https://kstars.wordpress.com/2009/09/05/a-python-irc-bot-for-keeping-up-with-arxiv-or-any-rss-feed/
http://paste.org/18008
http://paste.org/30736

Modules:
	irclib http://pypi.python.org/pypi/python-irclib/0.4.8 (I guess)
	feedparser http://pypi.python.org/pypi/feedparser/5.1


I'm getting an error from the IRC library module:


$ python rss
Traceback (most recent call last):
  File "rss", line 22, in <module>
    server.connect( "irc.gimp.net", 6667, "luna" ) # TODO: Make
this general
File "/home/luna/RSS/irclib.py", line 439, in connect
    raise ServerConnectionError, "Couldn't connect to socket: %s" % x
irclib.ServerConnectionError: Couldn't connect to socket: [Errno 110]
Connection timed out


It seems that it is reading the feeds (the file old-feed-entries is
being changed)

Please help me with it.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]