First time here? Check out the FAQ!
1

Is there any way to post new questions on an IRC channel?

  • retag add tags

Hi,

Can AskBot forward all new questions into a IRC channel?

Thanks.

Nuno Cardoso's avatar
11
Nuno Cardoso
asked 2013-04-02 05:13:52 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

You can create a bot that reads the RSS feed from the site and post to IRC when it gets a new element or you can connect it with the signal as @Evgeny's answer.

There are a few irc bots projects written in python like bosnobot or pythonircbot that you can use for this.

Fitoria's avatar
1.1k
Fitoria
answered 2013-04-02 10:16:34 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Not out of the box, but it can be configured to do that.

The repository version (not released at the moment) has the "new_question_posted" signal, which can be connected to the IRC channel or something else.

Evgeny's avatar
13.2k
Evgeny
answered 2013-04-02 10:12:25 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments