| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Campfire
Creates a connection to the Campfire account with the given subdomain.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Instance Variables | |
|
subdomain The Campfire's subdomain. |
|
|
logged_in True if the user is logged in Campfire, False otherwise. |
|
|
cookie Contains the connection cookie. |
|
|
uri The urlparsed URI of the Campfire account. |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Logs into Campfire with the given email and password. Returns True if logged in, False otherwise. |
Logs out from Campfire. Returns True if logged out, False otherwise. |
Creates a Campfire room with the given name and an optional topic. Returns None if the room has not been created. |
Finds a Campfire room with the given name. Returns a Room instance if found, None otherwise. |
Finds a Campfire room with the given name. If the room is not present it will be created. Returns a Room instance. |
Lists the users chatting in any room or in the given room(s). Returns a set of the users. |
Lists the names of the rooms available in the Campfire subdomain. Returns a list of the names of the rooms. |
Lists the available rooms. Returns a list of Room objects. |
Gets the dates of the transcripts by room filtered by the given id if any. Returns a dictionary of all the dates by room. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun May 18 15:07:02 2008 | http://epydoc.sourceforge.net |