From cfc1c835b3dd1317f67902d9258abc50148d84df Mon Sep 17 00:00:00 2001 From: josuebrunel Date: Sun, 24 Aug 2014 17:55:45 +0200 Subject: [PATCH] Cleaning the cat house --- lokingyql/auth.py | 15 --------------- lokingyql/config.py | 11 ----------- 2 files changed, 26 deletions(-) delete mode 100644 lokingyql/auth.py delete mode 100644 lokingyql/config.py diff --git a/lokingyql/auth.py b/lokingyql/auth.py deleted file mode 100644 index bfd3ae4..0000000 --- a/lokingyql/auth.py +++ /dev/null @@ -1,15 +0,0 @@ -import requests -from requests_oauthlib import OAuth2Session - -from config import oauth_params, URI_REQUEST_TOKEN - -def get_request_token(): - '''Returns the request token - ''' - pass - - - - -if __name__ == '__main__': - response = get_request_token() \ No newline at end of file diff --git a/lokingyql/config.py b/lokingyql/config.py deleted file mode 100644 index 977bbb5..0000000 --- a/lokingyql/config.py +++ /dev/null @@ -1,11 +0,0 @@ -URI_REQUEST_TOKEN ='https://api.login.yahoo.com/oauth/v2/get_request_token' - -oauth_params = { - 'oauth_consumer_key' : 'dj0yJmk9aVRSd3ZabElmTzJNJmQ9WVdrOWEyNW1VRmRGTnpZbWNHbzlNQS0tJnM9Y29uc3VtZXJzZWNyZXQmeD1hMg--', - 'oauth_consumer_secret' : '98407bfba41094aacd571e971fe82c9c7c1cfe60', - 'oauth_nonce' : '', - 'oauth_signature_method' : 'plaintext', - 'oauth_signature' : 'abcdef', - 'oauth_version' : 2.0, - 'oauth_callback' : '' -} \ No newline at end of file