Summarize a Reddit thread using OpenAI's API models.
Follow the instructions in the RedditPostDownloader.
Clone the repository and install the dependencies:
python -m pip install -r requirements.txt
Create a .env
file in the Server directory and add your OpenAI API key (https://platform.openai.com/api-keys):
OPENAI_API_KEY=your-api-key
Enable developer mode in Chrome and load unpacked extension from the Extension directory.
Run the server:
python Server/app.py
Open a Reddit thread and click on the extension icon -> button to summarize the thread.