libturpial.lib.interfaces.protocol.Protocol.availables

Here are the examples of the python api libturpial.lib.interfaces.protocol.Protocol.availables taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: libturpial Source File: core.py
Function: list_protocols
    def list_protocols(self):
        """
        Return an array with the ids of supported protocols. For example:

        >>> ['twitter', 'identica']
        """
        return Protocol.availables()