Simple IRC bot written on top of Mono for ##proggit
Go to file
R. Tyler Ballance 9fd938917c Update the printing format based on ##Proggit feedback, now printing ups and the direct reddit link 2009-09-14 02:33:23 -07:00
SmartIrc4Net@5545e28553 Add the IRC library as a submodule 2009-09-13 21:29:07 -07:00
source Update the printing format based on ##Proggit feedback, now printing ups and the direct reddit link 2009-09-14 02:33:23 -07:00
tests Update the printing format based on ##Proggit feedback, now printing ups and the direct reddit link 2009-09-14 02:33:23 -07:00
.gitignore Ignore NUnit results 2009-09-13 21:55:49 -07:00
.gitmodules Add the IRC library as a submodule 2009-09-13 21:29:07 -07:00
Proggitbot.nant.build Make sure build-test builds dependencies too 2009-09-14 02:16:21 -07:00
README.markdown Update the Proggitbot README 2009-09-14 02:24:51 -07:00
sample.json Add a sample dump of reddit.com/r/programming/.json 2009-09-13 21:59:06 -07:00
sample.pretty.json Add pretty JSON source 2009-09-13 23:19:35 -07:00

README.markdown

Proggitbot

Probably a bit waste of an evening on my part, but a simple .NET based IRC bot that will ping Proggit and post new stories to the IRC channel (##proggit) as they hit the proggit home page.

Some values are still hard-coded, primarily out of developer (see: me) laziness.

Pre-requisites

Building relies on NAnt and testing relies on NUnit, Proggitbot has been built and tested against Mono 2.3 at the earliest.