modules: add fun (8ball/rps/generators/actions), funweb (joke/fact/catfact/advice/worldtime), dict (RFC 2229 lookups); crypto coins; weather fc
All checks were successful
ci / check (push) Successful in 45s
All checks were successful
ci / check (push) Successful in 45s
This commit is contained in:
parent
3c2154bbc1
commit
ae7d49dff8
8 changed files with 874 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -70,12 +70,18 @@ lists them at runtime and `help <command>` describes one.
|
|||
| `roll [NdM]` | roll dice (default `1d6`) |
|
||||
| `karma [thing]` / `karmabottom` / `karmaweb` (bump with `thing++ [reason]` / `thing--`) | karma + rank + last reason, or top/bottom (with a link to the web board when `karma_url` is set); `karmaweb` prints that link; milestones announced |
|
||||
| `md5` / `sha1` / `sha256` / `hash <text>` | hex digests |
|
||||
| `add <location>` then `w [location]` | weather (wttr.in), per-user location |
|
||||
| `crypto <sym>` | coin price in USD (Bitstamp) |
|
||||
| `add <location>` then `w [location]` / `fc [location]` | weather + 3-day forecast (wttr.in), per-user location |
|
||||
| `crypto <sym>` / `coins` | coin price in USD (Bitstamp) / top-10 by market cap (CoinGecko) |
|
||||
| `wiki <term>` | Wikipedia summary |
|
||||
| `define <word>` / `urban <term>` | dictionary / Urban Dictionary |
|
||||
| `dict` / `definitions` / `thes` / `jargon` / `term` / `acronym` / `element` / `bible` / `biblename` / `law` `<word>` | DICT (RFC 2229) lookups on dict.org — WordNet, GCIDE, Moby thesaurus, Jargon File, FOLDOC, VERA, elements, Easton/Hitchcock, Bouvier |
|
||||
| `tinyurl <url>` | shorten a URL |
|
||||
| `down <host>` | is a site reachable? |
|
||||
| `worldtime <Area/City>` | current time in a timezone |
|
||||
| `8ball <question>` / `rock` / `paper` / `scissors` | magic 8-ball, rock-paper-scissors |
|
||||
| `joke` / `fact` / `catfact` / `advice` / `catgif` | random fun (keyless APIs) |
|
||||
| `bofh` / `devexcuse` / `chuck` / `startup` / `buzz` | excuse & buzzword generators |
|
||||
| `coffee [nick]` / `ty [nick]` / `drinks` | social actions |
|
||||
|
||||
## Karma web page
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue