L.A.D. is an IRC link bot with a sexy web front-end. The bot currently will disply all links posted in a channel and parse out images and Github repos from links to display in seperate tabs.
- Heroku App
- MongoLab Heroku Add-on
- Sinatra
- Cinch
- MongoMapper
- tint
git clone git://github.com/specialkevin/lad.git
heroku create
heroku heroku addons:add mongolab
heroku config:add IRC_SERVER=<irc server>
heroku config:add IRC_CHANNEL=<irc channel>
heroku config:add IRC_NICK=<irc bot nick>
git push heroku master
- Add image caching
- Pull out videos into seperate page
- Pull out github links into seperate page