From f6e655eb6d3b28d18e3f6b6abfa84b3b8eed753d Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 17 Sep 2009 02:00:35 -0400 Subject: [PATCH] Minor README updates --- README.markdown | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index c55ccb8..336b5d1 100644 --- a/README.markdown +++ b/README.markdown @@ -9,12 +9,11 @@ make a seasoned Python vet scratch his head, or possibly call me insane. It's op and I'm open to anything that'll improve the library as a whole. OAuth support is in the works, but every other part of the Twitter API should be covered. Twython -handles both Basic (HTTP) Authentication and OAuth, and OAuth is the default method for -Authentication. To override this, specify 'authtype="Basic"' in your twython.setup() call. - -Documentation is forthcoming, but Twython attempts to mirror the Twitter API in a large way. All -parameters for API calls should translate over as function arguments. +handles both Basic (HTTP) Authentication and OAuth. Older versions of Twython need Basic Auth specified - +to override this, specify 'authtype="Basic"' in your twython.setup() call. +Twython has Docstrings if you want function-by-function plays; otherwise, check the Twython Wiki or +Twitter's API Wiki (Twython calls mirror most of the methods listed there). Requirements -----------------------------------------------------------------------------------------------------