Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

williamsdoug/NLTK_Experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Substitute by Twtter OAuth information
#
#Use the access token string as your "oauth_token" and the access token secret as your "oauth_token_secret" to sign requests with your own Twitter account.
#
#Access_token         = '1493882754-hqzlGkz1enG4nhFTUcDZsAIyTTfYjVtHdc4N06b'
#Access_token_secret' =  1yrcMl2xZY2epcmV11DyiTQdo5Knawv9nTvGcu9BFRk'
#
#Your application's OAuth settings. This key should never be human-readable in your application.
#
#Consumer_key         = 'xie7Yc92GxZaqt3vxpPnnw'
#Consumer_secret      = 'htCBt4WW6G9yeHxqrXbgrxpmmCc4L9iHuSTlDit68g'

def get_license():
    my_access_token        = '1493882754-hqzlGkz1enG4nhFTUcDZsAIyTTfYjVtHdc4N06b'
    my_access_token_secret = '1yrcMl2xZY2epcmV11DyiTQdo5Knawv9nTvGcu9BFRk'
    my_consumer_key        = 'xie7Yc92GxZaqt3vxpPnnw'
    my_consumer_secret      = 'htCBt4WW6G9yeHxqrXbgrxpmmCc4L9iHuSTlDit68g'
    license  = (my_consumer_key,
                my_consumer_secret, # secret
                (my_access_token, 
                 my_access_token_secret)) #token
    return license

About

No description, website, or topics provided.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages