python-twitter Demo python twitter app Installation Instructions 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>" }