Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 266 Bytes

File metadata and controls

12 lines (10 loc) · 266 Bytes

python-twitter

Demo python twitter app

Installation Instructions

  1. Create a file called key.py in the root directory. That file should look like this:
TWITTER = {
    "apiKey": "<YOUR-API-KEY-HERE>",
    "apiSecretKey": "<YOUR-API-SECRET-KEY-HERE>"
}