Built around SantasList this is a Errbot plugin to help organize your secret santa parties.
-
pairs - list the pairs of all santas
>>> !pairs frank franklyn <---> bob bober jeff hann <---> george the dog
-
Sample Data
To get started create a file called
people.yml
and put it in the root errbot folder. Here is what it could contain:--- people: - name: "jeff hann" username: "@obihann" - name: "bob bober" username: "@bob" - name: "frank franklyn" username: "@franky" - name: "george the dog" username: "@george"