An open API service indexing awesome lists of open source software.

https://github.com/epitron/pookie

An IRC bot for describing URLs (As seen on IRC!)
https://github.com/epitron/pookie

irc irc-bot ruby

Last synced: about 1 year ago
JSON representation

An IRC bot for describing URLs (As seen on IRC!)

Awesome Lists containing this project

README

          

# pookie

An IRC bot that does one thing:

* Displays information about URLs that people paste on IRC.

It can connect to many IRC channels on many servers within one process, can extract titles and ratings from YouTube videos, can display information about things without titles (like image resolution, zip file sizes, etc.), can show Tweets directly, and more!

## Installing/Running

To install/run pookie:

1. Get the code (`git clone http://github.com/epitron/pookie.git`)
2. Run bundler (`bundle install`)
3. Copy `config/connections.yml-default` to `config/connections.yml`, and edit it to configure its name and what channels/networks it connects to
4. Run `./go`!

## Copyright

Copyright (c) 2009-2017 epitron

## License

Licensed under the WTFPL2. (See LICENSE for details.)