Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/perigrin/bot-phenwick

Porting phenny to Perl
https://github.com/perigrin/bot-phenwick

Last synced: about 1 month ago
JSON representation

Porting phenny to Perl

Awesome Lists containing this project

README

        

# Phenwick

For several years now at someone's request (Robin Berjon I think), I have been
running an instance of [phenny](http://inamidst.com/phenny/) on irc.perl.org.
She's a very useful bot, with many useful things she can do.

She's also python.

Which I don't know.

So I've started porting her functionality to Perl in the form of `phenwick`.

## Use

.c — Query Google calculator [NOT IMPLEMENTED YET]
.ety — Look up the etymology of a word [NOT IMPLEMENTED YET]
.g — Search on Google [NOT IMPLEMENTED YET]
.gc — Get the number of results on Google [NOT IMPLEMENTED YET]
.in — Set a reminder [NOT IMPLEMENTED YET]
.py — Evaluate an expression in python [NOT IMPLEMENTED YET]
(This runs as a sandboxed web service, not on your computer)
.t — Return the current time
.title — Get the title of a link [NOT IMPLEMENTED YET]
.u — Search for a unicode character
.wa — Query Wolfram Alpha [NOT IMPLEMENTED YET]
.wik — Search for something on Wikipedia [NOT IMPLEMENTED YET]
phenny: tell nick something — Send a message to nick
phenny: "parlez-vous français"? — Translate a phrase [NOT IMPLEMENTED YET]

## Installation

[Coming Soon]