All Projects → bboe → reddit_irc

bboe / reddit_irc

Licence: BSD-2-Clause License
An IRC bot that monitors for new submissions on various subreddits.

Programming Languages

python
139335 projects - #7 most used programming language

reddit_irc is an IRC bot that can be configured to notify various channels of new submissions to various subreddit communities.

Example reddit_irc.ini file

[DEFAULT]
irc_port: 6667
irc_ssl: false
reddit_agent: YOUR AGENT STRING

[freenode]
irc_name: USERNAME
irc_pswd: PASSWORD
irc_host: chat.freenode.net
irc_port: 7000
irc_ssl: true
irc_msg: {shortlink} "{title}" by {author} in {subreddit}
mapping: #channel1:subreddit1+subreddit2,#channel2:another_subreddit

[rizon]
irc_name: USERNAME
irc_pswd: PASSWORD
irc_host: irc.rizon.net
irc_port: 9999
irc_ssl: true
mapping: #some_channel:some_subreddit
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].