X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/d8441c0ab6960aa1b82f030a59e184007fb8946a..0cde02549606816a4342d52dbe58d9b9af01e594:/README diff --git a/README b/README index 581afa8..e63b6f1 100644 --- a/README +++ b/README @@ -82,8 +82,9 @@ Examples:: # see "Authentication" section below for tokens and keys t = Twitter( - auth=OAuth(OAUTH_TOKEN, OAUTH_SECRET, - CONSUMER_KEY, CONSUMER_SECRET))) + auth=OAuth(OAUTH_TOKEN, OAUTH_SECRET, + CONSUMER_KEY, CONSUMER_SECRET) + ) # Get the public timeline t.statuses.public_timeline()