Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosimo/perl5-bot-basicbot-pluggable-module-norskengelsk
a simple translator IRC bot, implemented through Bot::BasicBot::Pluggable
https://github.com/cosimo/perl5-bot-basicbot-pluggable-module-norskengelsk
Last synced: 10 days ago
JSON representation
a simple translator IRC bot, implemented through Bot::BasicBot::Pluggable
- Host: GitHub
- URL: https://github.com/cosimo/perl5-bot-basicbot-pluggable-module-norskengelsk
- Owner: cosimo
- Created: 2009-09-12T21:42:09.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-09-12T21:42:37.000Z (about 15 years ago)
- Last Synced: 2023-04-21T10:38:29.144Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Bot-BasicBot-Pluggable-Module-NorskEngelsk
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Bot-BasicBot-Pluggable-Module-NorskEngelsk version 0.02
=======================================================DESCRIPTION
An IRC bot plugin that listens to all is said in a channel,
and when it hears someone speak Norwegian, tries to translate
that to English, using the Google Translate webservice.It's been very useful for me. I hope it will be for you as well.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
Bot::BasicBot::Pluggable
CGI
HTML::Entities
LWP::Simple
LWP::UserAgent
Test::More
WebService::Google::LanguageCOPYRIGHT AND LICENCE
Copyright (C) 2009 by Cosimo Streppone, [email protected]
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.