WOPR: Difference between revisions
From HacDC Wiki
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
== What is WOPR == | == What is WOPR == | ||
Line 19: | Line 11: | ||
** author: Obscurite | ** author: Obscurite | ||
* .register | * .register <email> | ||
** Register for the [http://www.hacdc.org/mailman/listinfo/blabber blabber] HacDC list | ** Register for the [http://www.hacdc.org/mailman/listinfo/blabber blabber] HacDC list | ||
** author: TFine | ** author: TFine | ||
Line 27: | Line 19: | ||
** author: TFine | ** author: TFine | ||
* .wiki | * .wiki <keywords> | ||
** Look up keywords on Wikipedia | ** Look up keywords on Wikipedia | ||
* .title | * .title <url> | ||
** Try to get and display the title of a web page | ** Try to get and display the title of a web page | ||
Line 39: | Line 31: | ||
Check out a copy of wopr: | Check out a copy of wopr: | ||
* hg clone https://[email protected]/obscurite/wopr/ | * hg clone https://[email protected]/obscurite/wopr/ | ||
[[Category:HacDC_Systems]] |
Latest revision as of 15:17, 4 April 2012
What is WOPR
WOPR is the HacDC IRC bot and lives on #hacdc on freenode. WOPR is based on phenny, a simple modular IRC bot written in Python.
WOPR is maintained by User:Obscurite. Contributors include User:Tfine and User:Tc.
WOPR commands
- .space
- Displays length of time HacDC occupancy sensor has been on or off
- author: Obscurite
- .register <email>
- Register for the blabber HacDC list
- author: TFine
- .metro
- Display next few Columbia Heights metro departure times
- author: TFine
- .wiki <keywords>
- Look up keywords on Wikipedia
- .title <url>
- Try to get and display the title of a web page
WOPR code
Track code changes at: The WOPR repository page
Check out a copy of wopr: