Adding in script to fetch tweets

This commit is contained in:
Lucas Oskorep
2020-04-29 15:46:37 -05:00
parent 34da8d1d09
commit 73c18c0c15
+1 -1
View File
@@ -8,7 +8,7 @@ from pprint import pprint
from dotenv import load_dotenv
load_dotenv()
#This function automatically loads any information from .env files into the local environment at runtime!
consumer_key = os.getenv('CKEY', '0')
consumer_secret = os.getenv('CSECRET', '0')
access_token = os.getenv('ATOKEN', '0')