GitXplorerGitXplorer
d

pinder

public
10 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
3c33742b52fef78614f692da170399f265686957

get room info should ignore spaces, if present

committed 15 years ago
Unverified
51c3904e27a10aee27624af085a23d1001ad2cc1

updated fixtures and add safety code to make tests pass again

committed 15 years ago
Unverified
914dec341921ab949a0ebfc500f4bd5c74fea9cb

actually find users when searching

ddefunkt committed 16 years ago
Unverified
d9f35157dcc5db64710d93d6fff2c64a5f08b559

more pythonic substring search (i think)

ddefunkt committed 16 years ago
Unverified
48e40c58a5d130175e53e81973c1fa4a1690c30b

ping's date math was wrong - never executed.

ddefunkt committed 16 years ago
Unverified
097fc5d45098854d8831dcd89d4fc5a41fec4eb1

whitespace

ddefunkt committed 16 years ago

README

The README file for this repository.

Pinder 0.6.5

Pinder is a client library for Campfire, the chat application from 37Signals.

You can find Campfire here: http://www.campfirenow.com/

Requirements

  • Python 2.3+
  • BeautifulSoup >= 3.0.4
  • httplib2 >= 0.3.0

Installation

$ easy_install -U BeautifulSoup $ easy_install -U httplib2

Then:

$ easy_install -U pinder

  • OR -

Get the latest version from http://dev.oluyede.org/download/pinder/, unpack it, go inside the new directory and type the following in the shell:

$ python setup.py install

Documentation

See doc/usage.txt for usage documentation and doc/api/pinder.html for the API doc. There's also a faq in doc/faq.txt.

Many thanks to Brandon Keepers http://opensoul.org/ for Tinder.

Subversion access

See http://dev.oluyede.org/trac/default/wiki/Pinder