davidlazar / FrinkBot

Run Frink programs over IRC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FrinkBot

FrinkBot allows you to run Frink programs over IRC.

Usage

Assuming PircBot' is installed, build FrinkBot:

$ ant

After editing config.ini, run FrinkBot:

$ bin/frinkbot.sh config.ini

Talk to FrinkBot:

<david> ~ Fahrenheit[451] -> Celsius
<FrinkBot> 232.77777777777777778

<david> ~ 720 Yen -> "USD"
<FrinkBot> 9.202608 USD

<david> ~ map[{|x| messageDigest[x, "MD5"]}, ["hello", "world"]]
<FrinkBot> [5d41402abc4b2a76b9719d911017c592, 7d793037a0760186574b0282f2f435e7]

About

Run Frink programs over IRC


Languages

Language:Java 91.9%Language:Shell 8.1%