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!)
- Host: GitHub
- URL: https://github.com/epitron/pookie
- Owner: epitron
- License: other
- Created: 2009-10-18T00:46:01.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T01:04:28.000Z (over 9 years ago)
- Last Synced: 2025-03-27T05:13:18.246Z (about 1 year ago)
- Topics: irc, irc-bot, ruby
- Language: Ruby
- Homepage:
- Size: 165 KB
- Stars: 4
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.)