Miscellaneous

Abbreviation

[abbreviation.py] Abbreviation Plugin

[Author] Erin Moon, Sourav Dutta

[About] responds to .def lol

[Commands] >>> .def lol returns lots of love

Age

[age.py] Age Plugin

[Author] Justin Walker

[About] Given birthday it returns your age.

[Commands] >>> .age <<day>> <<month>> <<year>> returns age in yr/mo/day format.

Book of Day

[book_of_day.py] Book of the Day Plugin

[Author] Schoberg, UMD

[About] using bookoftheday.org, get the title and link of the book of the day

[Commands] >>> .bookoftheday https://bookoftheday.org/fleishman-is-in-trouble-taffy-brodesser-akner/

Caesar cipher

[calc.py] Caesar Cipher plugin

[Author] Kyle Galloway

[About] encrypts and decrypts using a caesar cipher

[Commands] >>> .caesar_cipher <message> returns the encrypted version of message

Conv sniff

[conv_sniff.py] Conversation Sniffer Plugin

[Author] Abdur-Rahmaan Janhangeer, pythonmembers.club

[About] senses conversation topic with sensitivity set by user, also supports word-specific sensing

class Plugin

checkin L checks in list S checks in string

Fact

[fact.py] Fact Plugin

[Author] Justin Walker

[About] Returns a random fact. Facts sourced from Mental Floss http://mentalfloss.com/article/55443/101-amazing-facts

[Commands] >>> .fact returns random fact

Greet

[greet.py] Greet Plugin

[Author] Abdur-Rahmaan Janhangeer, pythonmembers.club

[About] responds to .hi, demo of a basic plugin

[Commands] >>> .hi returns hoo

News

[news.py] Greet Plugin

[Author] Angelo Giacco

[About] Gets the top 10 headlines around the world from bbc world news

[Commands] >>> .news returns string of ten news headlines with newlines between

Pynews

[pynews.py] Python news checking plugin

[Author] Sam Deans

[Github] @sdeans0

[About] Finds the top five news items on python.org and prints them to the IRC

[Commands] >>> .pynews returns the top 5 python.org news articles

Quote

[quote.py] Quotes Plugin

[Author] German Corpaz

[About] Sends a random quote on request

[Commands] >>> .quote returns a random quote

Repostats

[repostats.py] Repostats Plugin

[Author] Shreyansh Sancheti

[About] Gets the number of forks and stars for a given repo

[Commands] >>> .repostats url returns starcount stars | forkcount forks

Roll

[roll.py] Dice_Roll Plugin

[Author] Glenn Toms

[About] Will roll dice in the form of 1d4, 10d6 and return total.

[Commands] >>> .roll <<dice>> returns Total of dice

Roman numeral

[roman_numeral.py] Roman Numeral Converter Plugin

[Author] Nick Wiley

[About] Returns the roman numeral equivalent of the number inputted

[Commands] >>> .roman <number> returns number represented in roman numerals

Transfer rumour

TODO

Self Trivia

[quote.py] Self Trivia Plugin

[Author] Angel Jimenez

[About] Returns a private trivia question

[Commands] >>> .selfTrivia returns a random question Currently working on adding multiple choice and a timer reveal.