Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/perigrin/bot-phenwick
- Owner: perigrin
- Created: 2011-05-14T08:36:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-09T22:24:43.000Z (over 13 years ago)
- Last Synced: 2024-05-01T22:51:23.079Z (9 months ago)
- Language: Perl
- Homepage:
- Size: 293 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
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]