Public Member Functions | Private Member Functions | Private Attributes
tweet.twitter Class Reference

List of all members.

Public Member Functions

def __init__
def PostMedia
def PostUpdate

Private Member Functions

def _RequestUrl

Private Attributes

 _access_token_key
 _access_token_secret
 _consumer_key
 _consumer_secret
 _oauth_consumer
 _oauth_token
 _signature_method_hmac_sha1
 _signature_method_plaintext

Detailed Description

Definition at line 33 of file tweet.py.


Constructor & Destructor Documentation

def tweet.twitter.__init__ (   self,
  consumer_key = None,
  consumer_secret = None,
  access_token_key = None,
  access_token_secret = None 
)

Definition at line 34 of file tweet.py.


Member Function Documentation

def tweet.twitter._RequestUrl (   self,
  url,
  verb,
  data = None 
) [private]

Definition at line 50 of file tweet.py.

def tweet.twitter.PostMedia (   self,
  status,
  media 
)

Definition at line 83 of file tweet.py.

def tweet.twitter.PostUpdate (   self,
  status 
)

Definition at line 73 of file tweet.py.


Member Data Documentation

Definition at line 34 of file tweet.py.

Definition at line 34 of file tweet.py.

Definition at line 34 of file tweet.py.

Definition at line 34 of file tweet.py.

Definition at line 34 of file tweet.py.

Definition at line 34 of file tweet.py.

Definition at line 34 of file tweet.py.

Definition at line 34 of file tweet.py.


The documentation for this class was generated from the following file:


rostwitter
Author(s):
autogenerated on Sat Sep 9 2017 02:33:44