X-Git-Url: https://jfr.im/git/z_archive/twitter.git/blobdiff_plain/4d1e1c4d03e8b6469c4e4d3089a2a0a94f80c9c3..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()