From 366a0c224b2e4a0a895f10e28e53d82beff8a90c Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Tue, 10 Aug 2021 10:57:02 +0000 Subject: [PATCH] add keys file so its clear where it should be --- tweet/keys.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tweet/keys.py diff --git a/tweet/keys.py b/tweet/keys.py new file mode 100644 index 0000000..c17c3a2 --- /dev/null +++ b/tweet/keys.py @@ -0,0 +1,6 @@ +keys = { + "API": "API_KEY_HERE", + "API_SECRET": "API_SECRET_KEY_HERE", + "TOKEN": "TOKEN_KEY_HERE", + "TOKEN_SECRET": "TOKEN_SECRET_KEY_HERE", +}