Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perigrin/adam-bot-framework
An IRC bot framework in Perl based on Moose & POE
https://github.com/perigrin/adam-bot-framework
Last synced: about 1 month ago
JSON representation
An IRC bot framework in Perl based on Moose & POE
- Host: GitHub
- URL: https://github.com/perigrin/adam-bot-framework
- Owner: perigrin
- Created: 2009-01-05T19:02:34.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-08-26T03:39:08.000Z (over 13 years ago)
- Last Synced: 2024-06-21T20:58:21.538Z (7 months ago)
- Language: Perl
- Homepage: http://search.mcpan.org/dist/Adam
- Size: 826 KB
- Stars: 11
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Adam/Moses Bot Framework
This framework is based on the work I've done over the last (OMG!) decade with
the Bender IRC bot on [irc.perl.org](irc://irc.perl.org).## Synopsis
Download the [tarball][1] or clone the github repository.
> wget --no-check-certificate https://github.com/perigrin/adam-bot-framework/tarball/master
> git clone git://github.com/perigrin/adam-bot-framework.git
Then if you need to untar the file, and change into the directory.> tar -xvzf adam-bot-framework*.tar.gz
> cd adam-bot-frameworkNow that you're in the directory you can use `cpanminus` to install the dependencies.
> curl -L http://cpanmin.us | perl - -L cpan/ --installdeps .
Once that is done you should be able to run one of the example scripts.
> perl -Ilib -Icpan/lib/perl5 examples/ncbot.pl
[1]: https://github.com/perigrin/adam-bot-framework/tarball/master