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

 __auth
 _access_token_key
 _access_token_secret
 _consumer_key
 _consumer_secret
 _requests_timeout

Detailed Description

Definition at line 20 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 21 of file tweet.py.


Member Function Documentation

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

Definition at line 35 of file tweet.py.

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

Definition at line 71 of file tweet.py.

def tweet.twitter.PostUpdate (   self,
  status 
)

Definition at line 61 of file tweet.py.


Member Data Documentation

Definition at line 21 of file tweet.py.

Definition at line 21 of file tweet.py.

Definition at line 21 of file tweet.py.

Definition at line 21 of file tweet.py.

Definition at line 21 of file tweet.py.

Definition at line 21 of file tweet.py.


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


rostwitter
Author(s):
autogenerated on Wed Jul 10 2019 03:24:15