Create a virtual environment in your folder
python -m venv envactivate virtual environment
env\Scripts\activate.batcreate a new file called ".env" and save it at the top level of the newsapp repo
NEWS_API_KEY="{YOUR_KEY}"
OPENAI_API_KEY="{YOUR_KEY}"