def __init__(self): Protocol.__init__(self, 'Identi.ca', 'http://identi.ca/api', 'http://identi.ca/api', 'http://identi.ca/tag/', 'http://identi.ca/group', 'http://identi.ca') self.http = IdenticaHTTP() self.retweet_by_me = []
def __init__(self): Protocol.__init__(self, 'Identi.ca', 'https://identi.ca/api', 'http://identi.ca/api', 'http://identi.ca/tag/', 'http://identi.ca/group', 'http://identi.ca') self.http = IdenticaHTTP() self.retweet_by_me = []
def __init__(self): Protocol.__init__(self, 'Twitter', 'http://api.twitter.com/1', 'http://search.twitter.com', 'http://twitter.com/search?q=%23', None, 'http://www.twitter.com') self.http = TwitterHTTP(self.apiurl) self.retweet_by_me = [] self.oauth_support = False