Skip to content

Instantly share code, notes, and snippets.

@paddykontschak
Created July 19, 2012 22:38
Show Gist options
  • Save paddykontschak/3147354 to your computer and use it in GitHub Desktop.
Save paddykontschak/3147354 to your computer and use it in GitHub Desktop.
WALL-E Goodreads plugin

Goodreads WALL-E plugin

Resources

API

Usage

Currently reading: !grc

!grc
<WALL-E> $user is currently reading nothing.

!grc
<WALL-E> (1/2) $user is currently reading $title by $author. [Title, Author](/link to book).
<WALL-E> $user started this book on $date.

!grc 2
<WALL-E> (2/2) $user is currently reading $title2 by $author2. [Title2, Author2](/link to book2).
<WALL-E> $user started this book on $date.

To read: !grt

!grt
<WALL-E> $user marked nothing as to-read.

!grt
<WALL-E> (1/2) $user marked $title by $author as to-read. [Title, Author](/link to book).

!grt 2
<WALL-E> (2/2) $user marked $title2 by $author2 as to-read. [Title2, Author2](/link to book).

Read: !grr

!grr
<WALL-E> $user hasn't rated any books yet.

!grr
<WALL-E> (1/2) $user gave $n stars to $title by $author. [Title, Author](/link to book).
<WALL-E> $user started this book on $date1 and finished this book on $date2. [Review](/link to review).

!grr 2
<WALL-E> (2/2) $user gave $n stars to $title2 by $author2. [Title2, Author2](/link to book).
<WALL-E> $user started this book on $date1 and finished this book on $date2. [Review2](/link to review).

Compare: !gc nick

!gc nick
<WALL-E> $user and $nick don't have books in common.

!gc nick
<WALL-E> $user and $nick have 1 book in common. Your tastes are $n% (e.g. 100%) similar for the books you both rated. [See which book](/link to goodreads.com/user/compare/1234567).

!gc nick
<WALL-E> $user and $nick have $n books in common. Your tastes are $n% (e.g. 75%) similar for the books you both rated. [See which books](/link to goodreads.com/user/compare/1234567).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment