Skip to content

SI507-206-W18/lecJ-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For oauth-twitter.py you will need to create a secrets.py file that looks like this:

client_key = <your twitter consumer key>
client_secret = <your twitter consumer secret>

For oauth-twitter-withkeys.py you will need to add the following to secrets.py:

access_token = <your twitter access token>
access_token_secret = <your twitter access token secret>

Don't worry, the .gitignore is already set up to ignore your secrets file.

The examples in oauth-examples may require a different format and filename for your secret data. Use at your own risk.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages